Home
last modified time | relevance | path

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

/cts/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/
DAppSearchSessionShim.java154 default @NonNull ListenableFuture<OpenBlobForWriteResponse> openBlobForWriteAsync( in openBlobForWriteAsync()
180 default @NonNull ListenableFuture<RemoveBlobResponse> removeBlobAsync( in removeBlobAsync()
216 default @NonNull ListenableFuture<CommitBlobResponse> commitBlobAsync( in commitBlobAsync()
235 default @NonNull ListenableFuture<OpenBlobForReadResponse> openBlobForReadAsync( in openBlobForReadAsync()
DGlobalSearchSessionShim.java76 default @NonNull ListenableFuture<OpenBlobForReadResponse> openBlobForReadAsync( in openBlobForReadAsync()
/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/tests/appsearch/testutils/src/android/app/appsearch/testutil/
DAppSearchSessionShimImpl.java157 public ListenableFuture<OpenBlobForWriteResponse> openBlobForWriteAsync( in openBlobForWriteAsync()
167 public ListenableFuture<RemoveBlobResponse> removeBlobAsync( in removeBlobAsync()
177 public ListenableFuture<CommitBlobResponse> commitBlobAsync( in commitBlobAsync()
187 public ListenableFuture<OpenBlobForReadResponse> openBlobForReadAsync( in openBlobForReadAsync()
DGlobalSearchSessionShimImpl.java106 public ListenableFuture<OpenBlobForReadResponse> openBlobForReadAsync( in openBlobForReadAsync()
/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.java200 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.java1027 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