Searched refs:EXCHANGE_GAL_AUTHORITY (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Exchange/build/src/com/android/exchange/ |
H A D | Configuration.java | 23 public static final String EXCHANGE_GAL_AUTHORITY = "com.android.exchange.directory.provider"; field in class:Configuration
|
/packages/apps/Exchange/src/com/android/exchange/provider/ |
H A D | ExchangeDirectoryProvider.java | 71 public static final String EXCHANGE_GAL_AUTHORITY = field in class:ExchangeDirectoryProvider 72 com.android.exchange.Configuration.EXCHANGE_GAL_AUTHORITY; 91 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "directories", GAL_DIRECTORIES); 92 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "contacts/filter/*", GAL_FILTER); 93 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "contacts/lookup/*/entities", GAL_CONTACT); 94 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "contacts/lookup/*/#/entities", 96 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "data/emails/filter/*", GAL_EMAIL_FILTER); 97 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "data/phones/filter/*", GAL_PHONE_FILTER);
|
Completed in 196 milliseconds