Searched refs:piiHandle (Results 1 – 9 of 9) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallerInfoLookupHelper.java | 90 Log.piiHandle(handle)); in startLookup() 97 "Adding to listeners for this query.", Log.piiHandle(handle)); in startLookup() 102 "listeners for this query.", Log.piiHandle(handle)); in startLookup() 122 Log.w(this, "Lookup failed for %s.", Log.piiHandle(handle)); in startLookup()
|
D | PhoneAccountRegistrar.java | 673 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()), in getAccountDiffString() 674 Log.piiHandle(account2.getAddress())); in getAccountDiffString() 680 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()), in getAccountDiffString() 681 Log.piiHandle(account2.getSubscriptionAddress())); in getAccountDiffString()
|
D | Log.java | 181 pw.println("To address: " + piiHandle(mCall.getHandle())); in dump() 757 public static String piiHandle(Object pii) { in piiHandle() method in Log
|
D | Call.java | 526 Log.piiHandle(mHandle), in toString() 1756 Log.i(this, "CallerInfo received for %s: %s", Log.piiHandle(mHandle), callerInfo); in setCallerInfo()
|
D | BluetoothPhoneServiceImpl.java | 615 index, direction, state, isPartOfConference, Log.piiHandle(address), in sendClccForCall()
|
D | ConnectionServiceWrapper.java | 720 Log.event(call, Log.Events.START_CONNECTION, Log.piiHandle(call.getHandle())); in createConnection()
|
D | CallsManager.java | 915 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle)); in placeOutgoingCall()
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | Log.java | 103 public static String piiHandle(Object pii) { in piiHandle() method in Log
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 367 Log.d(this, "Add actions with number %s.", Log.piiHandle(handle)); in showMissedCallNotification() 392 Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle), in showMissedCallNotification()
|