Searched defs:expectedUid (Results 1 – 5 of 5) sorted by relevance
98 int expectedUid = mContext.getApplicationInfo().uid; in testGetUidForInstalledPackageNameWithRealTestNameSuccess() local
647 final int expectedUid = expectSuccess ? Process.myUid() : INVALID_UID; in checkConnectionOwnerUidUdp() local655 final int expectedUid = Process.myUid(); in checkConnectionOwnerUidTcp() local
1618 AwareTranslatePeerHandlesToMac(int expectedUid, MacAddrMapping[] peerIdToMacList) { in AwareTranslatePeerHandlesToMac()
686 final String expectedUid = Integer.toString(uid); in assertRestrictBackground() local
82 Status checkUid(uid_t expectedUid) { in checkUid()