Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DRestrictManager.java239 + restrictTypeToString(restriction.mRestrictType)); in handleMessage()
379 builder.append("[RESTRICTION type:").append(restrictTypeToString(mRestrictType)); in toString()
1202 + restrictTypeToString(restrictObj.mRestrictType) in addRestriction()
1246 + restrictTypeToString(type) in addRestriction()
1294 + restrictTypeToString(type) in releaseRestriction()
1298 Log.d(mLogTag, "no restriction to release " + restrictTypeToString(type) + " " + type); in releaseRestriction()
1345 restrictTypeToString(restriction.mRestrictType) in sendReleaseRestrictionMessage()
1638 static String restrictTypeToString(int restrictType) { in restrictTypeToString() method in RestrictManager