Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 1500) sorted by relevance

12345678910>>...60

/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java70 public void run() {
80 public void run() {
91 public void run() {
104 public void run() {
109 public void run() {
130 public void run() {
138 public void run() {
145 public void run() {
150 public void run() {
155 public void run() {
[all …]
H A DNotificationTestList.java99 public void run() {
104 public void run()
128 public void run()
146 public void run()
164 public void run()
197 public void run()
220 public void run()
232 public void run()
279 public void run()
1180 public void run() {
[all …]
H A DPowerTest.java53 public void run() {
62 public void run() {
71 public void run() {
76 public void run() {
81 public void run() {
86 public void run() {
90 public void run() {
98 public void run() {
102 public void run() {
H A DToastTest.java85 public void run()
95 public void run()
102 public void run()
109 public void run()
119 public void run()
126 public void run()
133 public void run()
142 public void run()
/aosp14/frameworks/base/tools/lint/framework/checks/src/test/java/com/google/android/lint/parcel/
H A DSaferParcelCheckerTest.kt60 .run()
90 .run()
111 .run()
141 .run()
165 .run()
197 .run()
219 .run()
249 .run()
273 .run()
306 .run()
[all …]
/aosp14/frameworks/base/tools/lint/global/checks/src/test/java/com/google/android/lint/aidl/
H A DSimpleManualPermissionEnforcementDetectorTest.kt51 .run()
168 .run()
209 .run()
252 .run()
298 .run()
344 .run()
386 .run()
414 .run()
506 .run()
558 .run()
[all …]
H A DEnforcePermissionDetectorTest.kt49 .run()
66 .run()
83 .run()
100 .run()
117 .run()
132 .run()
154 .run()
176 .run()
200 .run()
224 .run()
[all …]
H A DEnforcePermissionHelperDetectorTest.kt49 .run()
87 .run()
122 .run()
151 .run()
173 .run()
191 .run()
247 .run()
296 .run()
345 .run()
401 .run()
[all …]
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt219 run.baseX[i] = MathUtils.lerp(run.baseX[i], run.targetX[i], progress)
220 run.baseY[i] = MathUtils.lerp(run.baseY[i], run.targetY[i], progress)
361 val font = fontInterpolator.lerp(run.baseFont, run.targetFont, progress)
365 for (i in run.start until run.end) {
371 c.drawGlyphs(line.glyphIds, run.start, tmpPositionArray, 0, run.length, font, paint)
377 tmpGlyph.runLength = run.end - run.start
381 var prevStart = run.start
383 for (i in run.start until run.end) {
419 run.end - prevStart,
440 for (i in run.start until run.end) {
[all …]
/aosp14/frameworks/base/tools/lint/framework/checks/src/test/java/com/google/android/lint/
H A DCallingIdentityTokenDetectorTest.kt79 .run()
115 .run()
166 .run()
206 .run()
234 .run()
285 .run()
340 .run()
411 .run()
496 .run()
574 .run()
[all …]
H A DPackageVisibilityDetectorTest.kt48 ).run().expect(
83 ).indented(), *stubs).run().expectClean()
108 ).indented(), *stubs).run().expectClean()
136 ).indented(), *stubs).run().expectClean()
169 ).run().expect(
195 ).indented(), *stubs).run().expectClean()
/aosp14/frameworks/base/services/tests/
H A Druntests.py31 def run(shell_command, echo=True): function
61 run('make -j32 -C %s -f build/core/main.mk '
67 run('adb root')
68 run('adb wait-for-device')
72 run('adb install -t -r -g "%s"' % apk_path)
76 run('adb shell am instrument -w %s "%s"' %
83 run('adb shell am instrument -w -e package %s %s' %
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java94 public void run() { in testStartDelay()
108 public void run() { in testStartDelay()
117 public void run() { in testStartDelay()
140 public void run() { in testListenerCallbacks()
152 public void run() { in testListenerCallbacks()
178 public void run() { in testListenerCallbacks()
204 public void run() { in testIsStarted()
229 public void run() { in testIsStarted()
239 public void run() { in testIsStarted()
252 public void run() { in testPause()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt63 (it.arguments[0] as Runnable).run()
83 verify(shadeEmptiedCallback, never()).run()
84 verify(notifRemovedByUserCallback, never()).run()
86 verify(shadeEmptiedCallback).run()
87 verify(notifRemovedByUserCallback).run()
94 verify(shadeEmptiedCallback).run()
95 verify(notifRemovedByUserCallback, never()).run()
102 verify(shadeEmptiedCallback, never()).run()
103 verify(notifRemovedByUserCallback).run()
110 verify(shadeEmptiedCallback, never()).run()
[all …]
/aosp14/frameworks/base/packages/SystemUI/checks/tests/com/android/internal/systemui/lint/
H A DDemotingTestWithoutBugDetectorTest.kt53 .run()
74 .run()
98 .run()
126 .run()
157 .run()
181 .run()
212 .run()
236 .run()
264 .run()
H A DDumpableNotRegisteredDetectorTest.kt45 .run()
75 .run()
105 .run()
135 .run()
160 .run()
197 .run()
235 .run()
262 .run()
H A DBroadcastSentViaContextDetectorTest.kt53 .run()
86 .run()
120 .run()
155 .run()
182 .run()
207 .run()
H A DBindServiceOnMainThreadDetectorTest.kt54 .run()
88 .run()
120 .run()
153 .run()
187 .run()
225 .run()
/aosp14/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java172 while (run != null) { in removeRunsByEndTimeIndex()
173 Cue cue = run.mFirstCue; in removeRunsByEndTimeIndex()
180 mRunsByID.remove(run.mRunID); in removeRunsByEndTimeIndex()
184 run = nextRun; in removeRunsByEndTimeIndex()
312 if (run == null) { in addCue()
313 run = new Run(); in addCue()
322 run.mFirstCue = cue; in addCue()
351 public void run() { in addCue()
598 if (run != null) {
608 if (run != null) {
[all …]
/aosp14/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp34 bool run; member
56 t->run = true; in main()
64 t->run = true; in main()
74 if (t->run) { in main()
85 if (t->run) { in main()
109 if (t->run) { in main()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
H A Dtesting.md9 be run via command line using `atest`:
14 If you use the SysUI Studio project, you can run and debug tests directly in the source files
17 These unit tests are run as a part of WindowManager presubmit, and the dashboards for these unit
20 This [GCL file](http://go/wm-unit-tests-gcl) configures the tests being run on the server.
25 and SurfaceFlinger traces captured during the run.
29 be run via command line using `atest`:
34 **Note**: Currently Flicker tests can only be run from the commandline and not via SysUI Studio
36 A subset of the flicker tests tests are run as a part of WindowManager presubmit, and the
46 These can also be run via commandline only using `atest`, for example:
/aosp14/frameworks/base/tools/preload-check/src/com/android/preload/check/
H A DPreloadCheck.java52 run("com.android.preload.check.IntegrityCheck"); in testStatus()
60 run("com.android.preload.check.NotInitialized", "android.os.AsyncTask"); in testAsyncTask()
68 run("com.android.preload.check.Initialized", "android.animation.Animator"); in testAnimator()
86 run("com.android.preload.check.NotInitialized", s); in testDenyList()
105 run("com.android.preload.check.NotInitializedRegex", ".*NoPreloadHolder$", "true"); in testNoPreloadHolder()
108 private void run(String cmd, String... args) throws Exception { in run() method in PreloadCheck
/aosp14/frameworks/base/tests/testables/src/android/testing/
H A DDexmakerShareClassLoaderRule.java61 apply(r::run).run(); in runWithDexmakerShareClassLoader()
81 r.run(); in wrapInSetAndClearProperty()
112 r.run(); in wrapInMutex()
124 void run() throws T;
130 ThrowingRunnable.this.run();
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModelTest.kt65 runnable.run()
68 runnable.run()
142 MediaMetadata.Builder().run {
149 PlaybackState.Builder().run {
167 MediaMetadata.Builder().run {
184 MediaMetadata.Builder().run {
191 PlaybackState.Builder().run {
207 MediaMetadata.Builder().run {
214 PlaybackState.Builder().run {
232 PlaybackState.Builder().run {
[all …]
/aosp14/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java59 void run() {
78 void run() {
94 void run() {
108 void run() {
113 void run() {
122 void run() {
132 void run() {
154 void run() {
181 abstract void run(); in run() method in BackupTestActivity.Test
201 t.run(); in onListItemClick()

12345678910>>...60