Searched defs:g2 (Results 1 – 7 of 7) sorted by relevance
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/ |
D | DevicePolicyGroupTest.java | 49 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder().setTitleTextId(1).build(); in equals_withDifferentGroupTitleTextId_returnsFalse() local 57 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder().setTitleTextId(0).build(); in equals_withSameGroupTitleTextId_withEmptyDevicePolicyList_returnsTrue() local 68 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder() in equals_withSameGroupTitleTextId_withSameDevicePolicyList_returnsTrue() local 82 DevicePolicyGroup g2 = new DevicePolicyGroup.Builder() in equals_withSameGroupTitleTextId_withDifferentDevicePolicyList_returnsFalse() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_crypto_toolbox.h | 130 struct g2 { struct 140 extern struct g2 g2; argument
|
D | mock_stack_crypto_toolbox.cc | 49 struct g2 g2; variable 80 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2() function
|
/packages/modules/Bluetooth/system/stack/crypto_toolbox/ |
D | crypto_toolbox.cc | 128 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2() function
|
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox.cc | 120 uint32_t g2(uint8_t* u, uint8_t* v, const Octet16& x, const Octet16& y) { in g2() function
|
/packages/apps/Nfc/nci/jni/ |
D | NativeNfcTag.cpp | 660 SyncEventGuard g2(sReconnectEvent); in reSelect() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 8263 long g2 = createGroup(mAccount, "g2", "t2", 0, false /* autoAdd */, false /* favorite */); in testAutoGroupMembership() local 8303 long g2 = createGroup(mAccount, "g2", "t2", 0, false /* autoAdd */, false /* favorite */); in testNoAutoAddMembershipAfterGroupCreation() local 8328 long g2 = createGroup(mAccount, "g2", "t2", 0, false /* autoAdd */, false /* favorite */); in testFavoritesMembershipAfterGroupCreation() local 8389 long g2 = createGroup(mAccount, "g2", "t2", 0, false /* autoAdd */, false/* favorite */); in testFavoritesGroupMembershipChangeAfterStarChange() local 8464 long g2 = createGroup(mAccount, "g2", "t2", 0, false /* autoAdd */, false/* favorite */); in testStarChangedAfterGroupMembershipChange() local
|