Home
last modified time | relevance | path

Searched defs:id2 (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublishersInfoTest.java52 int id2 = mVmsPublishersInfo.getIdForInfo(MOCK_INFO_2); in testTwoInfos() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java775 int id2 = mAdapterService.getMetricId(device); in testGetMetricId_PersistentBetweenToggle() local
799 int id2 = mAdapterService.getMetricId(device); in testgetMetricId_PersistentBetweenAdapterServiceInitialization() local
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogGroupBuilder.java215 private boolean isSameAccount(String name1, String name2, String id1, String id2) { in isSameAccount()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java159 final long id2 = ContactsDatabaseHelper.insertWithOneArgAndReturnId(mDb, insert, "value2"); in testQueryIdWithOneArg_insertWithOneArgAndReturnId() local
DBaseContactsProvider2Test.java818 long id2 = o2.getAsLong(ContactsContract.Data._ID); in compare() local