Searched refs:app1Info (Results 1 – 4 of 4) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerFgsBgStartTest.java | 222 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testFgsLocationStartFromBG() local 224 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsLocationStartFromBG() 330 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testFgsLocationStartFromBGTwoProcesses() local 334 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsLocationStartFromBGTwoProcesses() 418 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testFgsLocationPendingIntent() local 422 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsLocationPendingIntent() 542 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testFgsLocationStartFromBGWithBind() local 544 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testFgsLocationStartFromBGWithBind() 589 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testUpdateUidProcState() local 591 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testUpdateUidProcState() [all …]
|
D | ActivityManagerProcessStateTest.java | 1502 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testCantSaveStateLaunchAndSwitch() local 1504 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testCantSaveStateLaunchAndSwitch() 1641 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testCycleFgs() local 1645 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testCycleFgs() 1706 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testCycleFgsTriangle() local 1712 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testCycleFgsTriangle() 1797 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testCycleFgsTriangleBiDi() local 1803 WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, in testCycleFgsTriangleBiDi() 2040 ApplicationInfo app1Info = mContext.getPackageManager().getApplicationInfo( in testCycleTop() local 2055 app1Info.uid, IMPORTANCE_VISIBLE, in testCycleTop() [all …]
|
D | ActivityManagerFgsDelegateTest.java | 748 ApplicationInfo app1Info = in createUiWatcher() local 751 new WatchUidRunner(mInstrumentation, app1Info.uid, WAITFOR_MSEC); in createUiWatcher()
|
D | ActivityManagerTest.java | 623 final ApplicationInfo app1Info = mTargetContext.getPackageManager().getApplicationInfo( 627 final WatchUidRunner uid1Watcher = new WatchUidRunner(mInstrumentation, app1Info.uid, 685 app1Info.uid, 723 final ActivityManager.ProcessErrorStateInfo info1 = t1.uid == app1Info.uid ? t1 : t0; 731 app1Info.uid,
|