Home
last modified time | relevance | path

Searched refs:account2 (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DSelfManagedIncomingCallTestActivity.java68 PhoneAccount account2 = PhoneAccountUtils.getSelfManagedPhoneAccount2(this); in onCreate()
72 account2 != null && in onCreate()
73 account2.isEnabled() && in onCreate()
74 account2.hasCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)) { in onCreate()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java1129 String account2 = "ceq2_account"; in testCalendarEntityQuery() local
1135 CalendarHelper.deleteCalendarByAccount(mContentResolver, account2); in testCalendarEntityQuery()
1140 long calendarId2 = createAndVerifyCalendar(account2, seed++, null); in testCalendarEntityQuery()
1162 removeAndVerifyCalendar(account2, calendarId2); in testCalendarEntityQuery()
1520 String account2 = "colw2_account"; in testColorWriteRequirements() local
1523 Uri uri2 = asSyncAdapter(Colors.CONTENT_URI, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
1527 ColorHelper.deleteColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
1578 colorValues.put(Colors.ACCOUNT_NAME, account2); in testColorWriteRequirements()
1597 c = ColorHelper.findColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
1603 ColorHelper.deleteColorsByAccount(mContentResolver, account2, CTS_TEST_TYPE); in testColorWriteRequirements()
[all …]