Home
last modified time | relevance | path

Searched defs:ACCOUNT (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DBluetoothPbapVcardListTest.java37 private static final Account ACCOUNT = mock(Account.class); field in BluetoothPbapVcardListTest
DBluetoothPbapRequestPullPhoneBookTest.java43 private static final Account ACCOUNT = mock(Account.class); field in BluetoothPbapRequestPullPhoneBookTest
/packages/modules/Connectivity/nearby/tests/unit/src/android/nearby/
DFastPairEligibleAccountTest.java32 private static final Account ACCOUNT = new Account("abc@google.com", "type1"); field in FastPairEligibleAccountTest
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/util/
DDataUtilsTest.java50 private static final String ACCOUNT = "test@gmail.com"; field in DataUtilsTest
/packages/apps/Dialer/java/com/android/dialer/preferredsim/suggestion/
DSuggestionProvider.java45 ACCOUNT, enumConstant
/packages/apps/Contacts/src/com/android/contacts/logging/
DListEvent.java61 public static final int ACCOUNT = 2; field in ListEvent.ListType
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java49 private static final AccountWithDataSet ACCOUNT = field in EditorUiUtilsTest
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DFastPairDataProviderTest.java59 private static final Account ACCOUNT = new Account("abc@google.com", "type1"); field in FastPairDataProviderTest