Searched refs:app2 (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SlicePermissionActivity.java | 61 CharSequence app2 = BidiFormatter.getInstance().unicodeWrap(pm.getApplicationInfo( in onCreate() local 66 .setTitle(getString(R.string.slice_permission_title, app1, app2)) in onCreate() 75 t1.setText(getString(R.string.slice_permission_text_1, app2)); in onCreate() 77 t2.setText(getString(R.string.slice_permission_text_2, app2)); in onCreate()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | MockingOomAdjusterTests.java | 1321 ProcessRecord app2 = spy(makeDefaultProcessRecord(MOCKAPP2_PID, MOCKAPP2_UID, in testUpdateOomAdj_DoAll_Unbound() local 1323 app2.setHasForegroundServices(true, 0); in testUpdateOomAdj_DoAll_Unbound() 1327 lru.add(app2); in testUpdateOomAdj_DoAll_Unbound() 1334 assertProcStates(app2, PROCESS_STATE_FOREGROUND_SERVICE, PERCEPTIBLE_APP_ADJ, in testUpdateOomAdj_DoAll_Unbound() 1344 ProcessRecord app2 = spy(makeDefaultProcessRecord(MOCKAPP2_PID, MOCKAPP2_UID, in testUpdateOomAdj_DoAll_BoundFgService() local 1346 app2.setHasForegroundServices(true, 0); in testUpdateOomAdj_DoAll_BoundFgService() 1347 bindService(app, app2, null, 0, mock(IBinder.class)); in testUpdateOomAdj_DoAll_BoundFgService() 1351 lru.add(app2); in testUpdateOomAdj_DoAll_BoundFgService() 1358 assertProcStates(app2, PROCESS_STATE_FOREGROUND_SERVICE, PERCEPTIBLE_APP_ADJ, in testUpdateOomAdj_DoAll_BoundFgService() 1367 ProcessRecord app2 = spy(makeDefaultProcessRecord(MOCKAPP2_PID, MOCKAPP2_UID, in testUpdateOomAdj_DoAll_BoundFgService_Cycle() local [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayContentTests.java | 1175 final ActivityRecord app2 = new ActivityTestsBase.StackBuilder(mWm.mRoot) in testApplyTopFixedRotationTransform() local 1177 app2.setVisible(false); in testApplyTopFixedRotationTransform() 1178 mDisplayContent.mOpeningApps.add(app2); in testApplyTopFixedRotationTransform() 1179 app2.setRequestedOrientation(newOrientation); in testApplyTopFixedRotationTransform() 1183 assertTrue(app.hasFixedRotationTransform(app2)); in testApplyTopFixedRotationTransform() 1184 assertTrue(mDisplayContent.isFixedRotationLaunchingApp(app2)); in testApplyTopFixedRotationTransform() 1187 doReturn(false).when(app2).isAnimating(anyInt(), anyInt()); in testApplyTopFixedRotationTransform() 1188 mDisplayContent.mAppTransition.notifyAppTransitionFinishedLocked(app2.token); in testApplyTopFixedRotationTransform() 1190 assertTrue(app2.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform() 1198 assertFalse(app2.hasFixedRotationTransform()); in testApplyTopFixedRotationTransform() [all …]
|
D | InsetsStateControllerTest.java | 157 final WindowState app2 = createWindow(null, TYPE_APPLICATION, "app2"); in testStripForDispatch_independentSources() local 158 app2.mBehindIme = false; in testStripForDispatch_independentSources() 161 assertFalse(getController().getInsetsForDispatch(app2).getSource(ITYPE_IME).isVisible()); in testStripForDispatch_independentSources()
|
D | InsetsPolicyTest.java | 334 final WindowState app2 = addWindow(TYPE_APPLICATION, "app"); in testShowTransientBars_abortsWhenControlTargetChanges() local 343 policy.updateBarControlTarget(app2); in testShowTransientBars_abortsWhenControlTargetChanges()
|
/frameworks/base/tests/ActivityManagerPerfTests/stub-app/ |
D | Android.bp | 40 "app2/res",
|
/frameworks/base/cmds/statsd/tests/ |
D | MetricsManager_test.cpp | 653 string app2 = "app2"; in TEST() local 660 pkgToUids[app2] = app2Uids; in TEST() 698 pullAtomPackages->add_packages(app2); in TEST()
|