/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestImsSmsImpl.java | 48 public void sendSms(int token, int messageRef, String format, String smsc, boolean isRetry, in sendSms() 75 public void acknowledgeSms(int token, int messageRef, int result) { in acknowledgeSms() 83 public void acknowledgeSmsReport(int token, int messageRef, int result) { in acknowledgeSmsReport() 91 public void acknowledgeSms(int token, int messageRef, int result, byte[] pdu) { in acknowledgeSms() 104 public void onMemoryAvailable(int token) { in onMemoryAvailable() 110 public void receiveSmsWaitForAcknowledgeMemoryFull(int token, String format, byte[] pdu) { in receiveSmsWaitForAcknowledgeMemoryFull() 126 public void receiveSmsWaitForAcknowledge(int token, String format, byte[] pdu) { in receiveSmsWaitForAcknowledge() 142 public void sendReportWaitForAcknowledgeSmsReportR(int token, String format, byte[] pdu) { in sendReportWaitForAcknowledgeSmsReportR()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BinderTest.java | 147 long token = Binder.clearCallingIdentity(); in testClearCallingIdentity() local 160 long token = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_insideClearRestoreCallingIdentity_doesNotThrow() local 171 long token = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_afterClearRestoreCallingIdentity_throws() local 230 long token = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_duplicateClearsAreStoredInSameVariable_doesNotThrow() local 244 final long token = Binder.clearCallingWorkSource(); in testClearCallingWorkSource() local 254 final long token = Binder.setCallingWorkSourceUid(otherUid); in testSetCallingWorkSourceUid() local
|
D | TokenWatcherTest.java | 115 IBinder token = mEmptyService.getToken(); in testTokenWatcher() local 145 IBinder token = mEmptyService.getToken(); in testCleanUp() local 164 IBinder token = mEmptyService.getToken(); in testRepeatedAcquire() local
|
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/ |
D | ISharedFilterTestServer.aidl | 22 void freeSharedFilterToken(String token); in freeSharedFilterToken() 23 boolean verifySharedFilter(String token); in verifySharedFilter()
|
D | SharedFilterTestService.java | 81 public void freeSharedFilterToken(String token) { in freeSharedFilterToken() 86 public boolean verifySharedFilter(String token) { in verifySharedFilter()
|
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/ |
D | ISharedFilterTestServer.aidl | 22 void freeSharedFilterToken(String token); in freeSharedFilterToken() 23 boolean verifySharedFilter(String token); in verifySharedFilter()
|
D | SharedFilterTestService.java | 81 public void freeSharedFilterToken(String token) { in freeSharedFilterToken() 86 public boolean verifySharedFilter(String token) { in verifySharedFilter()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ToastPresenterTest.java | 62 Binder token = new Binder(); in testUpdateLayoutParams() local 80 Binder token = new Binder(); in testShowOnInvalidDisplay_doNotThrow() local 95 Binder token = new Binder(); in testAddA11yClientOnlyWhenShowing() local
|
/cts/tests/contextualsearch/src/android/contextualsearch/cts/ |
D | ContextualSearchManagerTest.kt | 131 val token = mWatcher!!.launchExtras!! in testRequestContextualSearchState() constant 152 val token = mWatcher!!.launchExtras!! in testRequestContextualSearchStateWithTokenRefresh() constant 185 val token = mWatcher!!.launchExtras!! in testTokenWithinValidDuration() constant 208 val token = mWatcher!!.launchExtras!! in testTokenAfterValidDuration() constant
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | ProtoOutputStreamObjectTest.java | 82 long token = po.startObject(ProtoOutputStream.makeFieldId(1, in testObjectOneChar() local 109 long token = po.startObject(ProtoOutputStream.makeFieldId(1, in testObjectOneLargeChar() local 141 long token = po.startObject(ProtoOutputStream.makeFieldId(2, in testObjectAndTwoChars() local 180 long token = po.startObject(ProtoOutputStream.makeFieldId(1, in testEmptyObject() local 234 long token = po.startObject(ProtoOutputStream.makeFieldId(2, in testEmptyObjectAndTwoChars() local 264 long token; in testEmptyRepeatedObject() local 302 long token = po.startObject(ProtoOutputStream.makeFieldId(2, in testComplexObject() local 759 final long token = po.startObject(ProtoOutputStream.makeFieldId(1, in testMismatchedEndObject() local 774 final long token = po.startRepeatedObject(ProtoOutputStream.makeFieldId(1, in testMismatchedEndRepeatedObject() local
|
/cts/hostsidetests/media/app/ProxyMediaRouterWithMediaContentControlApp/src/android/media/router/cts/proxymediacontentcontrolapp/ |
D | MediaRouter2DeviceTest.java | 139 MediaRouter2.ScanToken token = instance.requestScan(new ScanRequest.Builder().build()); in requestScan_withScreenOnScanning_triggersScanning() local 156 MediaRouter2.ScanToken token = instance.requestScan(new ScanRequest.Builder().build()); in cancelScanRequest_callTwice_throwsIllegalArgumentException() local 193 MediaRouter2.ScanToken token = in cancelScanRequest_screenOnScanning_unbindsSelfScanProvider() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | AsyncQueryHandlerTest.java | 277 private void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery() 286 private void startInsert(int token, Object cookie, Uri uri, in startInsert() 294 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, in startUpdate() 302 private void startDelete(int token, Object cookie, Uri uri, String selection, in startDelete() 340 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete() 352 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete() 364 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete() 380 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
|
/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/ |
D | InstantAppRequestInfoTest.kt | 32 private val token = UUID.randomUUID().toString() constant in android.cts.instantapp.resolver.InstantAppRequestInfoTest
|
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/ |
D | MediaSessionTestService.java | 52 MediaSession.Token token = args.getParcelable(KEY_SESSION_TOKEN); in testSeriesOfSetQueue_setUp() local 84 MediaSession.Token token = args.getParcelable(KEY_SESSION_TOKEN); in testSetQueue_setUp() local
|
D | MediaSessionTestActivity.java | 100 MediaSession.Token token = getIntent().getParcelableExtra(KEY_SESSION_TOKEN); in setMediaControllerIfInForeground() local
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | AInputTransferTokenTest.java | 51 InputTransferToken token = in testAInputTransferToken_fromToJava() local
|
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/ |
D | IUntrustedTouchTestService.aidl | 24 void showActivityChildWindow(String windowName, in IBinder token); in showActivityChildWindow()
|
/cts/hostsidetests/media/app/MediaRouterWithBTPermissionsApp/src/android/media/router/cts/bluetoothpermissionsapp/ |
D | MediaRouter2DeviceTest.java | 269 ScanToken token = in requestScan_withOffScreenScan_triggersScanning() local 303 ScanToken token = instance.requestScan(new ScanRequest.Builder().build()); in requestScan_withOnScreenScan_triggersScanning() local 342 ScanToken token = instance.requestScan(new ScanRequest.Builder().build()); in requestScan_withOnScreenScan_withScreenOff_doesNotScan() local 385 ScanToken token = in screenOffScan_onLocalRouter_allowedWithMediaContentControl() local 432 ScanToken token = in screenOffScan_onProxyRouter_allowedWithMediaContentControl() local
|
/cts/tests/app/src/android/app/cts/ |
D | ListActivityTest.java | 90 final Semaphore token = new Semaphore(0); in runOnMainAndDrawSync() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ResetPasswordWithTokenTest.java | 32 private static final byte[] token = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in ResetPasswordWithTokenTest
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockImsService.java | 116 public void startImsTraffic(int serial, int token, int trafficType) { in startImsTraffic() 128 public void stopImsTraffic(int token) { in stopImsTraffic()
|
D | IRadioImsImpl.java | 98 int token, int imsTrafficType, int accessNetworkType, int trafficDirection) { in startImsTraffic() 115 public void stopImsTraffic(int serial, int token) { in stopImsTraffic() 156 public void onConnectionSetupFailure(int token, @NonNull ConnectionFailureInfo failureInfo) { in onConnectionSetupFailure()
|
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/ |
D | TestGbaService.java | 40 public void onAuthenticationRequest(int subId, int token, int appType, in onAuthenticationRequest()
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | SensorRatePermissionDirectReportTestHelper.java | 165 int token = channel.configure(mSensor, rateLevel); in getSensorEvents() local 179 int token, HardwareBuffer hardwareBuffer, int sensorEventCount) { in readEventsFromHardwareBuffer()
|
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/ |
D | TestActivity.java | 484 final Object token = new Object(); in awaitPackageBroadcast() local 498 token, timeoutMs); in awaitPackageBroadcast() local 505 final Object token = new Object(); in awaitPackageRestartedBroadcast() local 520 mainHandler.postDelayed(() -> remoteCallback.sendResult(result), token, timeoutMs); in awaitPackageRestartedBroadcast() local 527 final Object token = new Object(); in awaitSuspendedPackagesBroadcast() local 548 mainHandler.postDelayed(() -> sendResult.run(), token, timeoutMs); in awaitSuspendedPackagesBroadcast() local 559 final Object token = new Object(); in awaitLauncherAppsCallback() local 839 final Object token = new Object(); in awaitRequestSyncStatus() local 855 token, timeoutMs); in awaitRequestSyncStatus() local 875 final Object token = new Object(); in awaitRequestPeriodicSync() local [all …]
|