Searched refs:mStubPackageOtherUid (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/AppExitTest/src/android/app/cts/ |
D | ActivityManagerAppExitInfoTest.java | 165 private int mStubPackageOtherUid; field in ActivityManagerAppExitInfoTest 1201 mStubPackageOtherUid = mContext.getPackageManager().getPackageUidAsUser( in prepareTestUser() 1203 Log.d(TAG, "UID of " + STUB_PACKAGE_NAME + ": " + mStubPackageOtherUid); in prepareTestUser() 1204 mOtherUidWatcher = new WatchUidRunner(mInstrumentation, mStubPackageOtherUid, in prepareTestUser() 1331 verify(list.get(0), mStubPackageRemoteOtherUserPid, mStubPackageOtherUid, in testSecondaryUser() 1334 verify(list.get(1), mStubPackageOtherUserPid, mStubPackageOtherUid, STUB_PROCESS_NAME, in testSecondaryUser() 1359 verify(list.get(0), mStubPackageOtherUserPid, mStubPackageOtherUid, STUB_PROCESS_NAME, in testSecondaryUser()
|