Searched refs:run (Results 276 - 300 of 1559) sorted by relevance

<<11121314151617181920>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java158 public void run() {
164 mUpdateModeRunnable.run();
165 mUpdateSliderRunnable.run();
173 public void run() {
187 public void run() {
209 public void run() {
367 public void run() {
382 public void run() {
397 public void run() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarKeyguardViewManager.java285 public void run() {
315 * @param finishRunnable the runnable to be run after the animation finished, or {@code null} if
316 * no action should be run
322 finishRunnable.run();
341 public void run() {
353 public void run() {
423 public void run() {
425 endRunnable.run();
450 mAfterKeyguardGoneRunnables.get(i).run();
511 public void run() {
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java70 public void run() {
115 public void run() {
117 command.run();
124 fail("Failed to run the command on the looper.");
148 public void run() {
195 public void run() {
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentTest.java83 public void run() {
92 public void run() {
105 public void run() {
119 public void run() {
128 public void run() {
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingManager.java203 public void run() {
219 public void run() {
228 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAppWidgetHostViewTest.java95 executor.get(0).run();
115 executor.get(0).run();
116 executor.get(1).run();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPINView.java131 public void run() {
150 public void run() {
153 finishRunnable.run();
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java181 public void run() {
189 public void run() { method in class:CountryDetectorService
198 public void run() {
/frameworks/base/tests/AmSlam/src/test/amslam/
H A DMainActivity.java66 findViewById(R.id.run).setOnClickListener(view -> {
74 findViewById(R.id.run).performClick();
146 findViewById(R.id.run).setEnabled(true);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewLayerInvalidationActivity.java82 public void run() {
96 public void run() {
105 public void run() {
/frameworks/base/tests/utils/testutils/java/android/app/test/
H A DTestAlarmManager.java121 mCallback.run();
175 public void run() { method in class:TestAlarmManager.AlarmListenerRunnable
179 public void run() {
/frameworks/compile/libbcc/tests/debuginfo/
H A Dbuild_test_apk.sh47 run () function
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
238 run ant clean debug install
/frameworks/rs/rsov/compiler/spirit/
H A Dtransformer_test.cpp87 std::unique_ptr<Module> m1(trans.run(m.get()));
105 std::unique_ptr<Module> m1(trans.run(m.get()));
123 std::unique_ptr<Module> m1(trans.run(m.get()));
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFullWidthDetailsOverviewSharedElementHelper.java53 public void run() { method in class:FullWidthDetailsOverviewSharedElementHelper.TransitionTimeOutRunnable
139 public void run() {
174 public void run() {
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DNightModeTestCase.java112 public void run() {
140 public void run() {
181 public void run() {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DGridLayoutManagerCacheTest.java87 public void run() {
101 public void run() {
114 public void run() {
H A DStaggeredGridLayoutManagerCacheTest.java101 public void run() {
115 public void run() {
128 public void run() {
/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DWearableLinearLayoutManagerTest.java67 public void run() {
79 public void run() {
124 public void run() {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java184 public void run() {
231 public void run() {
271 public void run() {
276 mOnAsyncOperationDoneCallback.run();
288 public void run() {
290 mOnAsyncOperationDoneCallback.run();
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java81 public void run() {
91 public void run() {
249 public void run() {
318 public void run() {
332 public void run() {
349 public void run() {
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
H A DRemoteDisplayProviderService.java174 public void run() {
192 public void run() {
206 public void run() {
216 public void run() {
229 public void run() {
301 public void run() {
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
H A DBrowseFragmentTest.java61 public void run() {
157 public void run() {
162 verify(itemTask, timeout(5000).times(1)).run(any(Presenter.ViewHolder.class));
166 public void run() {
190 public void run() {
232 public void run(Presenter.ViewHolder holder) { method in class:BrowseFragmentTest.ItemSelectionTask
H A DBrowseSupportFragmentTest.java64 public void run() {
160 public void run() {
165 verify(itemTask, timeout(5000).times(1)).run(any(Presenter.ViewHolder.class));
169 public void run() {
193 public void run() {
235 public void run(Presenter.ViewHolder holder) { method in class:BrowseSupportFragmentTest.ItemSelectionTask
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/
H A DAppWidget.java149 public void run() { method in class:AppWidget.SetBindAppWidgetPermissionCommand
164 command.run();
/frameworks/base/core/java/android/os/
H A DUpdateEngine.java116 public void run() {
130 public void run() {

Completed in 583 milliseconds

<<11121314151617181920>>