Searched refs:emailAddresses (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | CalendarSyncEnabler.java | 53 String emailAddresses = enableEasCalendarSyncInternalForTest(); in enableEasCalendarSync() local 54 if (emailAddresses.length() > 0) { in enableEasCalendarSync() 56 showNotificationForTest(emailAddresses.toString()); in enableEasCalendarSync() 67 StringBuilder emailAddresses = new StringBuilder(); in enableEasCalendarSyncInternalForTest() local 79 if (emailAddresses.length() > 0) { in enableEasCalendarSyncInternalForTest() 80 emailAddresses.append(' '); in enableEasCalendarSyncInternalForTest() 82 emailAddresses.append(emailAddress); in enableEasCalendarSyncInternalForTest() 84 return emailAddresses.toString(); in enableEasCalendarSyncInternalForTest() 96 /* package for testing */ void showNotificationForTest(String emailAddresses) { in showNotificationForTest() argument 104 n.setLatestEventInfo(mContext, tickerText, emailAddresses, launchCalendarPendingIntent); in showNotificationForTest()
|
/packages/apps/Exchange/tests/src/com/android/exchange/ |
D | CalendarSyncEnablerTest.java | 98 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest(); in testEnableEasCalendarSync() local 105 checkNotificationEmailAddresses(emailAddresses, baseAccounts, a1); in testEnableEasCalendarSync() 117 emailAddresses = enabler.enableEasCalendarSyncInternalForTest(); in testEnableEasCalendarSync() 123 checkNotificationEmailAddresses(emailAddresses, baseAccounts, a1, a2); in testEnableEasCalendarSync() 187 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest(); in testEnableEasCalendarSyncWithNoExchangeAccounts() local 193 assertEquals(0, emailAddresses.length()); in testEnableEasCalendarSyncWithNoExchangeAccounts()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/ |
D | CalendarSyncEnablerTest.java | 98 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest(); in testEnableEasCalendarSync() local 105 checkNotificationEmailAddresses(emailAddresses, baseAccounts, a1); in testEnableEasCalendarSync() 117 emailAddresses = enabler.enableEasCalendarSyncInternalForTest(); in testEnableEasCalendarSync() 123 checkNotificationEmailAddresses(emailAddresses, baseAccounts, a1, a2); in testEnableEasCalendarSync() 187 String emailAddresses = enabler.enableEasCalendarSyncInternalForTest(); in testEnableEasCalendarSyncWithNoExchangeAccounts() local 193 assertEquals(0, emailAddresses.length()); in testEnableEasCalendarSyncWithNoExchangeAccounts()
|
/packages/apps/Phone/src/com/android/phone/ |
D | SimContacts.java | 144 final String emailAddresses = cursor.getString(EMAILS_COLUMN); in actuallyImportOneSimContact() local 146 if (!TextUtils.isEmpty(emailAddresses)) { in actuallyImportOneSimContact() 147 emailAddressArray = emailAddresses.split(","); in actuallyImportOneSimContact() 179 if (emailAddresses != null) { in actuallyImportOneSimContact()
|