Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/app/integration/
DPhoneAccountTest.java393 List<PhoneAccountHandle> handles = appControlWrapper.getAccountHandlesForApp(); in verifyDefaultAccountIsRegistered() local
402 List<PhoneAccountHandle> handles = appControlWrapper.getAccountHandlesForApp(); in unregisterDefaultAndVerify() local
410 List<PhoneAccountHandle> handles = appControlWrapper.getAccountHandlesForApp(); in registerAcctAndVerify() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/
Dpoc.c53 __u32 *handles; /* array of handles to pin/unpin */ member
66 __u32 handles; /* array of handles to pin/unpin */ member
124 …int* handles = mmap((void*)0x20000000, 0x1000, PROT_READ | PROT_WRITE , MAP_FIXED | MAP_SHARED | M… in main() local
/cts/tests/tests/telecom2/src/android/telecom/cts/
DTelecomManagerNoPermissionsTest.java128 List<PhoneAccountHandle> handles = new ArrayList<>(); in testGetCallCapablePhoneAccountsAcrossProfilesPermission() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountOperationsTest.java199 Set<PhoneAccountHandle> handles = new HashSet<>(2); in testRegisterPhoneAccount_simultaneousCallingRestrictions() local
DPhoneAccountRegistrarTest.java605 List<PhoneAccountHandle> handles = mTelecomManager.getCallCapablePhoneAccounts(); in testGetCallCapablePhoneAccountsAcrossProfiles() local
913 List<PhoneAccountHandle> handles = in cleanupPhoneAccounts() local
DTestUtils.java1017 ArrayList<PhoneAccountHandle> handles = generateRandomPhoneAccountHandles(seed, count, in generateRandomPhoneAccounts() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
Dpoc.c61 __u64 handles; /* Ptr to u32 type array, holding handles */ member