Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 54) sorted by relevance

123

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsSmsImpl.java48 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/tv/src/android/media/tv/tuner/cts/
DISharedFilterTestServer.aidl22 void freeSharedFilterToken(String token); in freeSharedFilterToken()
23 boolean verifySharedFilter(String token); in verifySharedFilter()
DSharedFilterTestService.java82 public void freeSharedFilterToken(String token) { in freeSharedFilterToken()
91 public boolean verifySharedFilter(String token) { in verifySharedFilter()
/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java379 IBinder token = null; in testBinderDiedWho() local
463 long token = Binder.clearCallingIdentity(); in testClearCallingIdentity() local
474 long token = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_insideClearRestoreCallingIdentity_doesNotThrow() local
484 long token = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_afterClearRestoreCallingIdentity_throws() local
539 long token = Binder.clearCallingIdentity(); in testGetCallingUidOrThrow_duplicateClearsAreStoredInSameVariable_doesNotThrow() local
551 final long token = Binder.clearCallingWorkSource(); in testClearCallingWorkSource() local
559 final long token = Binder.setCallingWorkSourceUid(otherUid); in testSetCallingWorkSourceUid() local
DTokenWatcherTest.java113 IBinder token = mEmptyService.getToken(); in testTokenWatcher() local
143 IBinder token = mEmptyService.getToken(); in testCleanUp() local
162 IBinder token = mEmptyService.getToken(); in testRepeatedAcquire() local
/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamObjectTest.java82 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/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java275 private void startQuery(int token, Object cookie, Uri uri, String[] projection, in startQuery()
284 private void startInsert(int token, Object cookie, Uri uri, in startInsert()
292 private void startUpdate(int token, Object cookie, Uri uri, ContentValues values, in startUpdate()
300 private void startDelete(int token, Object cookie, Uri uri, String selection, in startDelete()
338 protected void onDeleteComplete(int token, Object cookie, int result) { in onDeleteComplete()
350 protected void onInsertComplete(int token, Object cookie, Uri uri) { in onInsertComplete()
362 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { in onQueryComplete()
378 protected void onUpdateComplete(int token, Object cookie, int result) { in onUpdateComplete()
/cts/tests/tests/instantapp/src/android/cts/instantapp/resolver/
DInstantAppRequestInfoTest.kt32 private val token = UUID.randomUUID().toString() constant
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaSessionTestService.java52 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
DMediaSessionTestActivity.java100 MediaSession.Token token = getIntent().getParcelableExtra(KEY_SESSION_TOKEN); in setMediaControllerIfInForeground() local
DMediaController2Test.java149 final Session2Token token = new Session2Token( in testBuilder_withIllegalArguments() local
222 final Session2Token token = new Session2Token( in testBuilder_setConnectionHints_withCustomParcelable() local
378 Object token = controller.sendSessionCommand(command, commandArg); in testCancelSessionCommand() local
458 public void onCommandResult(MediaController2 controller, Object token, in onCommandResult()
/cts/tests/tests/widget/src/android/widget/cts/
DToastPresenterTest.java66 Binder token = new Binder(); in testUpdateLayoutParams() local
/cts/tests/framework/base/windowmanager/shared/src/android/server/wm/shared/
DIUntrustedTouchTestService.aidl24 void showActivityChildWindow(String windowName, in IBinder token); in showActivityChildWindow()
/cts/tests/app/src/android/app/cts/
DListActivityTest.java89 final Semaphore token = new Semaphore(0); in runOnMainAndDrawSync() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DResetPasswordWithTokenTest.java32 private static final byte[] token = "abcdefghijklmnopqrstuvwxyz0123456789".getBytes(); field in ResetPasswordWithTokenTest
/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DBackgroundActivityTestService.java62 final long token = Binder.clearCallingIdentity(); in getAndStartManageSpaceActivity() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockImsService.java116 public void startImsTraffic(int serial, int token, int trafficType) { in startImsTraffic()
128 public void stopImsTraffic(int token) { in stopImsTraffic()
DIRadioImsImpl.java98 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/
DTestGbaService.java40 public void onAuthenticationRequest(int subId, int token, int appType, in onAuthenticationRequest()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorRatePermissionDirectReportTestHelper.java165 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/
DTestActivity.java477 final Object token = new Object(); in awaitPackageBroadcast() local
491 token, timeoutMs); in awaitPackageBroadcast() local
498 final Object token = new Object(); in awaitPackageRestartedBroadcast() local
513 mainHandler.postDelayed(() -> remoteCallback.sendResult(result), token, timeoutMs); in awaitPackageRestartedBroadcast() local
520 final Object token = new Object(); in awaitSuspendedPackagesBroadcast() local
541 mainHandler.postDelayed(() -> sendResult.run(), token, timeoutMs); in awaitSuspendedPackagesBroadcast() local
552 final Object token = new Object(); in awaitLauncherAppsCallback() local
832 final Object token = new Object(); in awaitRequestSyncStatus() local
848 token, timeoutMs); in awaitRequestSyncStatus() local
868 final Object token = new Object(); in awaitRequestPeriodicSync() local
[all …]
/cts/tests/tests/view/receivecontent/src/android/view/cts/receivecontent/
DContentInfoTest.java183 IInputContentUriToken token = mock(IInputContentUriToken.class); in testReleasePermissions_ime() local
200 IInputContentUriToken token = mock(IInputContentUriToken.class); in testReleasePermissions_ime_afterCopy() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DResetPasswordWithTokenTest.java1021 private void removePasswordAndToken(byte[] token) { in removePasswordAndToken()
1023 sDeviceState.dpc().componentName(), /* password = */ null, token, /* flags = */ 0); in removePasswordAndToken() local
1032 private boolean canSetResetPasswordToken(byte[] token) { in canSetResetPasswordToken()
1035 sDeviceState.dpc().componentName(), token); in canSetResetPasswordToken() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java745 int token = mChannel.configure(s, rateLevel); in runSensorDirectReportTest() local
775 int token = mChannel.configure(s, rateLevel); in runSensorDirectReportUidIdleTest() local
951 int token = mChannel.configure(s, rateLevel); in runMultiModeRateIndependencyTest() local
997 int token = mChannel.configure(s, rateLevel); in runTimestampTest() local
1038 int token = mChannel.configure(s, s.getHighestDirectReportRateLevel()); in runAtomicCounterTest() local
1079 int token = mChannel.configure(s, rateLevel); in runReconfigureTest() local
1373 private void checkSharedMemoryContent(Sensor s, int memType, int rateLevel, int token) { in checkSharedMemoryContent()
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildUtilBase.java97 String token = scanner.findWithinHorizon(methodPattern, content.length()); in parseTestMethod() local
204 String token = null; in parseTestClassName() local

123