Searched refs:clientAppInfo (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerProcessStateTest.java | 2565 ApplicationInfo clientAppInfo = mContext.getPackageManager().getApplicationInfo( in testProcessDeathBindings() local 2567 WatchUidRunner clientWatcher = new WatchUidRunner(mInstrumentation, clientAppInfo.uid, in testProcessDeathBindings() 2589 clientAppInfo.packageName, clientAppInfo.packageName, 0, null); in testProcessDeathBindings() 2594 clientAppInfo.packageName, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings() 2599 clientAppInfo.packageName, clientAppInfo.packageName, 0, providerUriBundle); in testProcessDeathBindings() 2604 "am crash " + clientAppInfo.packageName); in testProcessDeathBindings() 2612 clientAppInfo.packageName, clientAppInfo.packageName, 0, null); in testProcessDeathBindings() 2614 clientAppInfo.packageName, serviceAppInfo.packageName, 0, null); in testProcessDeathBindings() 2616 clientAppInfo.packageName, clientAppInfo.packageName, 0, providerUriBundle); in testProcessDeathBindings() 2626 ApplicationInfo clientAppInfo = mContext.getPackageManager().getApplicationInfo( in testProcessDeathBindings_anotherClient() local [all …]
|