Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallerInfoLookupHelper.java103 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));
DConnectionServiceWrapper.java1629 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()
DCallLogManager.java447 Log.addEvent(call, LogUtils.Events.LOG_CALL, "number=" + Log.piiHandle(logNumber) in logCall()
448 + ",postDial=" + Log.piiHandle(call.getPostDialDigits()) + ",pres=" in logCall()
DPhoneAccountRegistrar.java1455 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()
DCall.java1095 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()
DCallsManager.java2959 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle));
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DEventManagerTest.java239 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/
DBlockedNumberProvider.java18 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()
DUtils.java96 public static String piiHandle(Object pii) { in piiHandle() method in Utils
/packages/apps/Dialer/java/com/android/incallui/
DLog.java77 public static String piiHandle(Object pii) { in piiHandle() method in Log
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java404 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()