Searched refs:sanitizeName (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/src/com/android/email/preferences/
H A DEmailPreferenceMigrator.java106 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()));
115 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()));
130 LogUtils.sanitizeName(LOG_TAG,
141 LogUtils.sanitizeName(LOG_TAG,
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
H A DLogUtils.java122 return ACCOUNT_PREFIX + sanitizeName(TAG, accountName);
125 public static String sanitizeName(final String tag, final String name) { method in class:LogUtils
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DLogUtils.java151 return ACCOUNT_PREFIX + sanitizeName(TAG, accountName);
154 public static String sanitizeName(final String tag, final String name) { method in class:LogUtils
H A DNotificationUtils.java369 accountUri == null ? null : LogUtils.sanitizeName(LOG_TAG, accountUri.toString()),
370 folderUri == null ? null : LogUtils.sanitizeName(LOG_TAG, folderUri.toString()));
476 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()),
477 LogUtils.sanitizeName(LOG_TAG, folder.name));
613 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()),
614 LogUtils.sanitizeName(LOG_TAG, folder.persistentId));
741 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()),
781 LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()), vibrate,
1893 LogUtils.sanitizeName(LOG_TAG, sender));
H A DNotificationActionUtils.java869 account == null ? null : LogUtils.sanitizeName(LOG_TAG, account.getEmailAddress()),
870 folder == null ? null : LogUtils.sanitizeName(LOG_TAG, folder.name));

Completed in 488 milliseconds