HomeSort by relevance Sort by last modified time
    Searched refs:pii (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/apps/Dialer/java/com/android/incallui/
Log.java 77 public static String piiHandle(Object pii) {
78 if (pii == null || LogUtil.isVerboseEnabled()) {
79 return String.valueOf(pii);
82 if (pii instanceof Uri) {
83 Uri uri = (Uri) pii;
85 // All Uri's which are not "tel" go through normal pii() method.
87 return pii(pii);
89 pii = uri.getSchemeSpecificPart();
93 String originalString = String.valueOf(pii);
109 public static String pii(Object pii) { method in class:Log
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Rlog.java 101 * @param pii the personally identifiable information we want to apply secure hash on.
102 * @return If tag is loggable in verbose mode or pii is null, return the original input.
103 * otherwise return a secure Hash of input pii
105 public static String pii(String tag, Object pii) { method in class:Rlog
106 String val = String.valueOf(pii);
107 if (pii == null || TextUtils.isEmpty(val) || isLoggable(tag, Log.VERBOSE)) {
116 * @param pii the personally identifiable information we want to apply secure hash on.
117 * @return If enablePiiLogging is set to true or pii is null, return the original input.
118 * otherwise return a secure Hash of input pii
120 public static String pii(boolean enablePiiLogging, Object pii) { method in class:Rlog
    [all...]
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/util/
SsidUtil.java 67 Blog.pii(ssid, G.Netrec.enableSensitiveLogging.get()),
68 Blog.pii(bssid, G.Netrec.enableSensitiveLogging.get()));
103 return Blog.pii(String.format("%s", ssid), G.Netrec.enableSensitiveLogging.get());
112 return Blog.pii(String.format("%s/%s", ssid, bssid), G.Netrec.enableSensitiveLogging.get());
ScanResultUtil.java 98 Blog.pii(result.SSID, G.Netrec.enableSensitiveLogging.get()),
99 Blog.pii(result.BSSID, G.Netrec.enableSensitiveLogging.get()));
Blog.java 108 public static String pii(Object pii, boolean enableSensitiveLogging) { method in class:Blog
109 String val = String.valueOf(pii);
110 if (pii == null || TextUtils.isEmpty(val) || enableSensitiveLogging) {
  /frameworks/base/telecomm/java/android/telecom/
ConferenceParticipant.java 117 sb.append(Log.pii(mHandle));
119 sb.append(Log.pii(mDisplayName));
121 sb.append(Log.pii(mEndpoint));
Log.java 371 public static String piiHandle(Object pii) {
372 if (pii == null || VERBOSE) {
373 return String.valueOf(pii);
377 if (pii instanceof Uri) {
378 Uri uri = (Uri) pii;
400 sb.append(pii(pii)); method
413 public static String pii(Object pii) { method in class:Log
414 if (pii == null || VERBOSE)
    [all...]
PhoneAccountHandle.java 108 // Note: Log.pii called for mId as it can contain personally identifying phone account
112 .append(Log.pii(mId))
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 175 Integer.toHexString(efid).toUpperCase() + " ("+ Rlog.pii(LOG_TAG, oldTag) + "," +
176 Rlog.pii(LOG_TAG, oldPhoneNumber) + ")" + "==>" + " ("+ Rlog.pii(LOG_TAG, newTag) +
177 "," + Rlog.pii(LOG_TAG, newPhoneNumber) + ")"+ " pin2=" + Rlog.pii(LOG_TAG, pin2));
228 Rlog.pii(LOG_TAG, newTag) + "," + Rlog.pii(LOG_TAG, newPhoneNumber) + ")" +
229 " pin2=" + Rlog.pii(LOG_TAG, pin2));
IccProvider.java 430 ", name=" + Rlog.pii(TAG, name) + ", number=" + Rlog.pii(TAG, number) +
431 ", emails=" + Rlog.pii(TAG, emails) + ", subscription=" + subId);
460 ", oldname=" + Rlog.pii(TAG, oldName) + ", oldnumber=" + Rlog.pii(TAG, oldNumber) +
461 ", newname=" + Rlog.pii(TAG, newName) + ", newnumber=" + Rlog.pii(TAG, newName) +
486 Integer.toHexString(efType).toUpperCase() + ", name=" + Rlog.pii(TAG, name) +
487 ", number=" + Rlog.pii(TAG, number) + ", emails=" + Rlog.pii(TAG, emails)
    [all...]
SmsNumberUtils.java 533 if (DBG) Rlog.d(TAG, "enter filterDestAddr. destAddr=\"" + Rlog.pii(TAG, destAddr) + "\"" );
536 Rlog.w(TAG, "destAddr" + Rlog.pii(TAG, destAddr) +
557 Rlog.d(TAG, "leave filterDestAddr, new destAddr=\"" + (result != null ? Rlog.pii(TAG,
558 result) : Rlog.pii(TAG, destAddr)) + "\"");
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 91 Log.v(this, "updateState endPoint: %s state: %s", Log.pii(mEndpoint),
304 sb.append(Log.pii(mEndpoint));
306 sb.append(Log.pii(getAddress()));
310 sb.append(Log.pii(mParentConnection.getAddress()));
Log.java 108 public static String pii(Object pii) { method in class:Log
109 return android.telecom.Log.pii(pii);
ImsConferenceController.java 64 Log.v(this, "onStateChanged: %s", Log.pii(c.getAddress()));
70 Log.v(this, "onDisconnected: %s", Log.pii(c.getAddress()));
  /packages/apps/Dialer/java/com/android/voicemail/impl/
VvmLog.java 110 public static String pii(Object pii) { method in class:VvmLog
111 if (pii == null) {
112 return String.valueOf(pii);
114 return "[PII]";
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
StatusMessage.java 68 + VvmLog.pii(mImapPassword)
74 + VvmLog.pii(mSmtpPassword)
  /frameworks/base/telephony/java/com/android/ims/
ImsExternalCallState.java 134 ", mAddress = " + Log.pii(mAddress) +
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 114 Log.pii(resultNumber));
159 Log.pii(originalUri),
160 Log.pii(resultHandleUri));
427 Log.v(this, "Checking restrictions for number : %s", Log.pii(number));
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamCallListListener.java 68 private static String pii(String pii) { method in class:SpamCallListListener
69 return com.android.incallui.Log.pii(pii);
130 LogUtil.d(TAG, "Showing not spam notification for number=" + pii(call.getNumber()));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java 153 + " voiceMailNum=" + Rlog.pii(VDBG, mVoiceMailNum)
155 + " voiceMailNum=" + Rlog.pii(VDBG, mNewVoiceMailNum)
159 mImsi.substring(0, 6) + Rlog.pii(VDBG, mImsi.substring(6)) : "null")
771 pw.println(" mMsisdn=" + Rlog.pii(VDBG, mMsisdn));
773 pw.println(" mVoiceMailNum=" + Rlog.pii(VDBG, mVoiceMailNum));
775 pw.println(" mNewVoiceMailNum=" + Rlog.pii(VDBG, mNewVoiceMailNum));
779 mImsi.substring(0, 6) + Rlog.pii(VDBG, mImsi.substring(6)) : "null"));
AdnRecord.java 167 return "ADN Record '" + mAlphaTag + "' '" + Rlog.pii(LOG_TAG, mNumber) + " "
168 + Rlog.pii(LOG_TAG, mEmails) + "'";
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 143 struct pair_int_int *pii)
156 MPI_Send(pii, 1, MPI_2INT); // no-warning
162 MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn't match specified 'mpi' type tag}}
  /external/clang/test/SemaCXX/
member-pointer.cpp 137 int Incomplete::*pii = 0; member in class:Incomplete
138 (void)(inc->*pii);
  /packages/services/Telecomm/src/com/android/server/telecom/components/
TelecomService.java 102 Log.pii(number), cookie);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUt.java 152 + ", number=" + Rlog.pii(TAG, number));
352 + ", condition=" + condition + ", number=" + Rlog.pii(TAG, number)

Completed in 2153 milliseconds

1 2 3