Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/aosp12/art/test/1908-suspend-native-resume-self/
H A DAndroid.bp3 // Build rules for ART run-test `1908-suspend-native-resume-self`.
16 name: "art-run-test-1908-suspend-native-resume-self",
21 ":art-run-test-1908-suspend-native-resume-self-expected-stdout",
22 ":art-run-test-1908-suspend-native-resume-self-expected-stderr",
28 name: "art-run-test-1908-suspend-native-resume-self-expected-stdout",
29 out: ["art-run-test-1908-suspend-native-resume-self-expected-stdout.txt"],
36 name: "art-run-test-1908-suspend-native-resume-self-expected-stderr",
37 out: ["art-run-test-1908-suspend-native-resume-self-expected-stderr.txt"],
H A Dexpected-stdout.txt7 other thread attempting self resume
9 real resume
/aosp12/frameworks/native/opengl/tests/testPauseResume/
H A DREADME12 W/TestActivity( 1885): ****** step 235 resume
14 W/TestActivity( 1885): ****** step 236 resume
20 W/TestActivity( 1466): ****** step 25 resume
22 W/TestActivity( 1466): ****** step 26 resume
32 W/TestActivity( 1466): ****** step 27 resume
34 W/TestActivity( 1466): ****** step 28 resume
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
H A DSetupFingerprintEnrollIntroductionTest.java114 mController.create().resume(); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip()
133 mController.create().resume(); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip()
152 mController.create().resume(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()
167 mController.create().resume(); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
179 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
196 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
208 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
220 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()
230 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded()
241 mController.create().postCreate(null).resume(); in testLockPattern()
/aosp12/frameworks/av/media/libmedia/docs/
H A Dpaused.dot18 ATstart -> resume;
23 requestExit -> resume;
32 resume [label="AudioTrackThread::resume()"];
33 resume -> resume_body;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DProximitySensorImpl.java106 mSecondaryThresholdSensor.resume();
159 public void resume() { in resume() method in ProximitySensorImpl
231 mSecondaryThresholdSensor.resume(); in chooseSensor()
234 mPrimaryThresholdSensor.resume(); in chooseSensor()
314 mSecondaryThresholdSensor.resume(); in onPrimarySensorEvent()
328 mSecondaryThresholdSensor.resume(); in onPrimarySensorEvent()
/aosp12/art/test/1942-suspend-raw-monitor-exit/src/art/
H A DTest1942.java46 resume(); in run()
63 Suspension.resume(target_thread); in run()
69 public static native void resume(); in resume() method in Test1942
/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
H A Dstreamworker_tests.cpp85 worker.resume(); in TEST_P()
105 worker.resume(); in TEST_P()
148 worker.resume(); in TEST_P()
178 worker.resume(); in TEST_P()
191 worker.resume(); in TEST_P()
/aosp12/art/test/1920-suspend-native-monitor/src/art/
H A DTest1920.java41 resume(); in run()
51 Suspension.resume(spinner); in run()
74 public static native void resume(); in resume() method in Test1920
/aosp12/art/test/1921-suspend-native-recursive-monitor/src/art/
H A DTest1921.java41 resume(); in run()
51 Suspension.resume(spinner); in run()
74 public static native void resume(); in resume() method in Test1921
/aosp12/art/test/1902-suspend/src/art/
H A DTest1902.java68 Suspension.resume(Thread.currentThread()); in run()
75 Suspension.resume(other); in run()
93 Suspension.resume(other); in run()
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.h44 virtual void resume(hwc_context_t* ctx, int dpy) = 0;
66 virtual void resume(hwc_context_t* ctx, int dpy);
89 virtual void resume(hwc_context_t* ctx, int dpy);
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DFragmentController.java53 return create().start().resume().visible().get(); in setup()
87 public FragmentController<F> resume() { in resume() method in FragmentController
88 shadowMainLooper.runPaused(mActivityController::resume); in resume()
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_virtual.h44 virtual void resume(hwc_context_t* ctx, int dpy) = 0;
66 virtual void resume(hwc_context_t* ctx, int dpy);
95 virtual void resume(hwc_context_t* ctx, int dpy);
/aosp12/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.cpp312 VoidHook resume = MPH_init_table[MPH].mResume; in HandleResume() local
313 if (NULL != resume) { in HandleResume()
314 (*resume)(thisItf); in HandleResume()
412 VoidHook resume = MPH_init_table[MPH].mResume; in IDynamicInterfaceManagement_ResumeInterface() local
413 if (NULL != resume) { in IDynamicInterfaceManagement_ResumeInterface()
414 (*resume)(thisItf); in IDynamicInterfaceManagement_ResumeInterface()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DStateManager.java74 if (mIsResumed) state.resume(); in startState()
103 if (mIsResumed) state.resume(); in startStateForResult()
120 public void resume() { in resume() method in StateManager
123 if (!mStack.isEmpty()) getTopState().resume(); in resume()
218 if (top != null && mIsResumed) top.resume(); in finishState()
253 if (mIsResumed) state.resume(); in switchState()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothEnablerTest.java185 mBluetoothEnabler.resume(mContext); in maybeEnforceRestrictions_disallowBluetoothNotOverriden()
194 mBluetoothEnabler.resume(mContext); in startWithBluetoothOff_switchIsOff()
202 mBluetoothEnabler.resume(mContext); in startWithBluetoothOn_switchIsOn()
214 mBluetoothEnabler.resume(mContext); in bluetoothTurnsOff_switchTurnsOff()
238 mBluetoothEnabler.resume(mContext); in bluetoothTurnsOn_switchTurnsOn()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/
H A DPaymentSettingsEnabler.java68 public void resume() { in resume() method in PaymentSettingsEnabler
77 super.resume(); in resume()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp125 void resume() { in resume() function in android::NativeRemoteDisplay
126 mDisplay->resume(); in resume()
170 wrapper->resume(); in nativeResume()
/aosp12/art/test/1906-suspend-list-me-first/src/art/
H A DTest1906.java76 Suspension.resume(self_thread); in run()
78 Suspension.resume(second_thread); in run()
/aosp12/art/test/1907-suspend-list-self-twice/src/art/
H A DTest1907.java62 Suspension.resume(thrd); in run()
67 Suspension.resume(thrd); in run()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/aboutphone/
H A DDeviceNameWarningDialogTest.java39 fragmentController.create().start().resume(); in onClick_okSetsName()
52 fragmentController.create().start().resume(); in onClick_cancelDoesNothing()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java131 public void resume() { in resume() method in RSSurfaceView
133 mRS.resume(); in resume()
H A DRSTextureView.java136 public void resume() { in resume() method in RSTextureView
138 mRS.resume(); in resume()
/aosp12/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp45 virtual status_t resume() { in resume() function in android::BpRemoteDisplay
85 reply->writeInt32(resume()); in onTransact()

12345678910>>...18