HomeSort by relevance Sort by last modified time
    Searched refs:piiHandle (Results 1 - 8 of 8) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 177 Log.d(this, "Add actions with number %s.", Log.piiHandle(handle));
200 Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle),
  /packages/apps/InCallUI/src/com/android/incallui/
Log.java 103 public static String piiHandle(Object pii) {
  /packages/services/Telecomm/src/com/android/server/telecom/
Log.java 148 pw.println("To address: " + piiHandle(mCall.getHandle()));
340 public static String piiHandle(Object pii) {
PhoneAccountRegistrar.java 626 appendDiff(sb, "addr", Log.piiHandle(account1.getAddress()),
627 Log.piiHandle(account2.getAddress()));
633 appendDiff(sb, "subAddr", Log.piiHandle(account1.getSubscriptionAddress()),
634 Log.piiHandle(account2.getSubscriptionAddress()));
    [all...]
Call.java 444 Log.piiHandle(mHandle),
    [all...]
BluetoothPhoneServiceImpl.java 580 index, direction, state, isPartOfConference, Log.piiHandle(address),
    [all...]
ConnectionServiceWrapper.java 666 Log.event(call, Log.Events.START_CONNECTION, Log.piiHandle(call.getHandle()));
    [all...]
CallsManager.java 692 Log.i(this, "Creating a new outgoing call with handle: %s", Log.piiHandle(uriHandle));
    [all...]

Completed in 650 milliseconds