/aosp12/art/test/1908-suspend-native-resume-self/ |
H A D | Android.bp | 3 // 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 D | expected-stdout.txt | 7 other thread attempting self resume 9 real resume
|
/aosp12/frameworks/native/opengl/tests/testPauseResume/ |
H A D | README | 12 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 D | SetupFingerprintEnrollIntroductionTest.java | 114 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 D | paused.dot | 18 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 D | ProximitySensorImpl.java | 106 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 D | Test1942.java | 46 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 D | streamworker_tests.cpp | 85 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 D | Test1920.java | 41 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 D | Test1921.java | 41 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 D | Test1902.java | 68 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 D | hwc_virtual.h | 44 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 D | FragmentController.java | 53 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 D | hwc_virtual.h | 44 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 D | IDynamicInterfaceManagement.cpp | 312 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 D | StateManager.java | 74 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 D | BluetoothEnablerTest.java | 185 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 D | PaymentSettingsEnabler.java | 68 public void resume() { in resume() method in PaymentSettingsEnabler 77 super.resume(); in resume()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_media_RemoteDisplay.cpp | 125 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 D | Test1906.java | 76 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 D | Test1907.java | 62 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 D | DeviceNameWarningDialogTest.java | 39 fragmentController.create().start().resume(); in onClick_okSetsName() 52 fragmentController.create().start().resume(); in onClick_cancelDoesNothing()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | RSSurfaceView.java | 131 public void resume() { in resume() method in RSSurfaceView 133 mRS.resume(); in resume()
|
H A D | RSTextureView.java | 136 public void resume() { in resume() method in RSTextureView 138 mRS.resume(); in resume()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | IRemoteDisplay.cpp | 45 virtual status_t resume() { in resume() function in android::BpRemoteDisplay 85 reply->writeInt32(resume()); in onTransact()
|