OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sanitizeName
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/src/com/android/email/preferences/
EmailPreferenceMigrator.java
109
LogUtils.
sanitizeName
(LOG_TAG, account.name));
118
LogUtils.
sanitizeName
(LOG_TAG, account.name));
133
LogUtils.
sanitizeName
(LOG_TAG,
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
LogUtils.java
150
return ACCOUNT_PREFIX +
sanitizeName
(TAG, accountName);
153
public static String
sanitizeName
(final String tag, final String name) {
NotificationUtils.java
510
LogUtils.
sanitizeName
(LOG_TAG, account.name),
511
LogUtils.
sanitizeName
(LOG_TAG, folder.persistentId));
627
LogUtils.
sanitizeName
(LOG_TAG, account.name),
647
LogUtils.
sanitizeName
(LOG_TAG, account.name), vibrate, ringtoneUri);
[
all
...]
NotificationActionUtils.java
[
all
...]
Completed in 952 milliseconds