Searched refs:expectedUid (Results 1 – 4 of 4) sorted by relevance
487 final int expectedUid = expectSuccess ? Process.myUid() : INVALID_UID; in checkConnectionOwnerUidUdp() local491 assertEquals(expectedUid, uid); in checkConnectionOwnerUidUdp()495 final int expectedUid = Process.myUid(); in checkConnectionOwnerUidTcp() local499 assertEquals(expectedUid, uid); in checkConnectionOwnerUidTcp()
563 final String expectedUid = Integer.toString(uid); in assertRestrictBackground() local570 actual = candidate.trim().equals(expectedUid); in assertRestrictBackground()
74 Status checkUid(uid_t expectedUid) { in checkUid() argument76 if (uid == expectedUid || uid == AID_ROOT) { in checkUid()80 StringPrintf("UID %d is not expected UID %d", uid, expectedUid)); in checkUid()
1430 AwareTranslatePeerHandlesToMac(int expectedUid, Map<Integer, MacAddress> peerIdToMacMap) { in AwareTranslatePeerHandlesToMac() argument1431 mExpectedUid = expectedUid; in AwareTranslatePeerHandlesToMac()