Home
last modified time | relevance | path

Searched refs:ACCOUNT_2 (Results 1 – 3 of 3) sorted by relevance

/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
DMobileDataDownloadIsolatedStructuresIntegrationTest.java78 private static final Account ACCOUNT_2 = AccountUtil.create("account-name-2", "account-type"); field in MobileDataDownloadIsolatedStructuresIntegrationTest
130 Account account2 = sameAccount ? ACCOUNT_1 : ACCOUNT_2; in addFileGroup_whenImmediatelyComplete_createsCorrectIsolatedRoot()
DDownloadFileGroupCancellationIntegrationTest.java90 private static final Account ACCOUNT_2 = AccountUtil.create("account-name-2", "account-type"); field in DownloadFileGroupCancellationIntegrationTest
DDownloadFileGroupIntegrationTest.java119 private static final Account ACCOUNT_2 = AccountUtil.create("account-name-2", "account-type"); field in DownloadFileGroupIntegrationTest