Home
last modified time | relevance | path

Searched refs:restrictTypeToString (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DRestrictManager.java239 + restrictTypeToString(restriction.mRestrictType)); in handleMessage()
378 Log.d(mLogTag, restrictTypeToString(mRestrictType) + " was expired." in isRestrictionExpired()
388 builder.append("[RESTRICTION type:").append(restrictTypeToString(mRestrictType)); in toString()
1220 + restrictTypeToString(restrictObj.mRestrictType) in addRestriction()
1264 + restrictTypeToString(type) in addRestriction()
1312 + restrictTypeToString(type) in releaseRestriction()
1316 Log.d(mLogTag, "no restriction to release " + restrictTypeToString(type) + " " + type); in releaseRestriction()
1363 restrictTypeToString(restriction.mRestrictType) in sendReleaseRestrictionMessage()
1656 static String restrictTypeToString(int restrictType) { in restrictTypeToString() method in RestrictManager