Searched refs:piiHandle (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoLookupHelper.java | 97 Log.piiHandle(handle)); in startLookup() 104 "Adding to listeners for this query.", Log.piiHandle(handle)); in startLookup() 109 "listeners for this query.", Log.piiHandle(handle)); in startLookup() 129 Log.w(this, "Lookup failed for %s.", Log.piiHandle(handle)); in startLookup() 148 " notifying all listeners.", Log.piiHandle(handle)); in makeCallerInfoQueryListener() 164 " but there are no listeners left.", Log.piiHandle(handle)); in makeCallerInfoQueryListener() 213 Log.piiHandle(handle));
|
D | PhoneAccountRegistrar.java | 794 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()), in getAccountDiffString() 795 Log.piiHandle(account2.getAddress())); in getAccountDiffString() 800 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()), in getAccountDiffString() 801 Log.piiHandle(account2.getSubscriptionAddress())); in getAccountDiffString()
|
D | Call.java | 654 Log.piiHandle(mHandle), in toString() 689 s.append(Log.piiHandle(getHandle())); in getDescription() 2269 Log.i(this, "CallerInfo received for %s: %s", Log.piiHandle(mHandle), callerInfo); in setCallerInfo()
|
D | ConnectionServiceWrapper.java | 940 Log.piiHandle(call.getHandle())); in createConnection() 997 Log.piiHandle(call.getHandle())); in createConnectionFailed()
|
D | BluetoothPhoneServiceImpl.java | 650 index, direction, state, isPartOfConference, Log.piiHandle(address), in sendClccForCall()
|
D | CallsManager.java | 1235 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle)); in placeOutgoingCall()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 344 Log.d(this, "Add actions with number %s.", Log.piiHandle(handle)); in showMissedCallNotification() 371 Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle), in showMissedCallNotification()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | Log.java | 77 public static String piiHandle(Object pii) { in piiHandle() method in Log
|