Searched refs:otherUid (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | ConnectivityManagerTest.java | 2539 final int otherUid = UserHandle.getUid(5, Process.FIRST_APPLICATION_UID); 2545 otherUid, otherUidCallback, handler), NETWORK_SETTINGS); 2555 final Range<Integer> otherUidRange = new Range<>(otherUid, otherUid);
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 979 final int otherUid = UserHandle.of(5 /* userId */).getUid(appId); in testDefault() local 983 registerDefaultNetworkCallbackForUid(otherUid, otherUidCallback, h); in testDefault()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 5670 final int otherUid = UserHandle.getUid(RESTRICTED_USER, VPN_UID); 5673 .setUids(UidRange.toIntRanges(uidRangesForUids(otherUid))) 5745 final int otherUid = UserHandle.getUid(RESTRICTED_USER, VPN_UID); 5750 .setUids(UidRange.toIntRanges(uidRangesForUids(otherUid))) 10232 final int otherUid = myUid + 1; 10237 registerDefaultNetworkCallbackAsUid(otherUidCb, otherUid); 10251 doAsUid(otherUid, () -> mCm.unregisterNetworkCallback(otherUidCb));
|