Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 7 of 7) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DDevicePolicyGroupTest.java49 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/
Dmock_stack_crypto_toolbox.h130 struct g2 { struct
140 extern struct g2 g2; argument
Dmock_stack_crypto_toolbox.cc49 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/
Dcrypto_toolbox.cc128 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2() function
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.cc120 uint32_t g2(uint8_t* u, uint8_t* v, const Octet16& x, const Octet16& y) { in g2() function
/packages/apps/Nfc/nci/jni/
DNativeNfcTag.cpp660 SyncEventGuard g2(sReconnectEvent); in reSelect() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8263 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