Searched refs:piiHandle (Results 1 – 11 of 11) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoLookupHelper.java | 103 Log.piiHandle(handle)); in startLookup() 137 Log.piiHandle(handle)); in startLookup() 144 "Adding to listeners for this query.", Log.piiHandle(handle)); in startLookup() 149 "listeners for this query.", Log.piiHandle(handle)); in startLookup() 170 Log.w(this, "Lookup failed for %s.", Log.piiHandle(handle)); in startLookup() 189 " notifying all listeners.", Log.piiHandle(handle)); in makeCallerInfoQueryListener() 205 " but there are no listeners left.", Log.piiHandle(handle)); in makeCallerInfoQueryListener() 254 Log.piiHandle(handle));
|
D | ConnectionServiceWrapper.java | 1629 Log.piiHandle(call.getHandle())); in createConference() 1655 Log.piiHandle(call.getHandle()) + " via:" + in createConference() 1748 Log.piiHandle(call.getHandle()) + " via:" + in createConnection() 1778 Log.piiHandle(call.getHandle()) + " via:" + in createConnection() 1834 Log.piiHandle(call.getHandle())); in createConnectionFailed() 1880 Log.piiHandle(call.getHandle())); in createConferenceFailed() 1922 Log.piiHandle(call.getHandle())); in handoverFailed()
|
D | CallLogManager.java | 447 Log.addEvent(call, LogUtils.Events.LOG_CALL, "number=" + Log.piiHandle(logNumber) in logCall() 448 + ",postDial=" + Log.piiHandle(call.getPostDialDigits()) + ",pres=" in logCall()
|
D | PhoneAccountRegistrar.java | 1455 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()), in getAccountDiffString() 1456 Log.piiHandle(account2.getAddress())); in getAccountDiffString() 1461 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()), in getAccountDiffString() 1462 Log.piiHandle(account2.getSubscriptionAddress())); in getAccountDiffString()
|
D | Call.java | 1095 Log.piiHandle(mHandle), in toString() 1165 s.append(Log.piiHandle(getHandle())); in getDescription() 3875 Log.i(this, "CallerInfo received for %s: %s", Log.piiHandle(mHandle), callerInfo); in setCallerInfo()
|
D | CallsManager.java | 2959 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle));
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | EventManagerTest.java | 239 Log.piiHandle(Uri.fromParts("tel", "+16505551212", null))); in testLogLast2DigitsPhone() 241 Log.piiHandle(Uri.fromParts("tel", "5551212", null))); in testLogLast2DigitsPhone() 243 Log.piiHandle(Uri.fromParts("tel", "411", null))); in testLogLast2DigitsPhone() 245 Log.piiHandle(Uri.fromParts("tel", "1", null))); in testLogLast2DigitsPhone()
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
D | BlockedNumberProvider.java | 18 import static com.android.providers.blockednumber.Utils.piiHandle; 451 piiHandle(phoneNumber), in isBlocked() 452 piiHandle(inE164), in isBlocked() 453 piiHandle(original), in isBlocked() 454 piiHandle(e164))); in isBlocked() 462 piiHandle(phoneNumber), piiHandle(inE164))); in isBlocked()
|
D | Utils.java | 96 public static String piiHandle(Object pii) { in piiHandle() method in Utils
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | Log.java | 77 public static String piiHandle(Object pii) { in piiHandle() method in Log
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 404 Log.d(this, "Add actions with number %s.", Log.piiHandle(handle)); in showMissedCallNotification() 431 Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle), in showMissedCallNotification()
|