Searched refs:serviceAppInfo (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 2570 ApplicationInfo serviceAppInfo = mContext.getPackageManager().getApplicationInfo( in testProcessDeathBindings() local 2572 WatchUidRunner serviceWatcher = new WatchUidRunner(mInstrumentation, serviceAppInfo.uid, in testProcessDeathBindings() 2594 clientAppInfo.packageName, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings() 2614 clientAppInfo.packageName, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings() 2631 ApplicationInfo serviceAppInfo = mContext.getPackageManager().getApplicationInfo( in testProcessDeathBindings_anotherClient() local 2633 WatchUidRunner serviceWatcher = new WatchUidRunner(mInstrumentation, serviceAppInfo.uid, in testProcessDeathBindings_anotherClient() 2652 STUB_PACKAGE_NAME, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings_anotherClient() 2666 clientAppInfo.packageName, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings_anotherClient() 2686 STUB_PACKAGE_NAME, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings_anotherClient() 2692 clientAppInfo.packageName, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings_anotherClient()
|