Home
last modified time | relevance | path

Searched defs:myUid (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/PlatformCompatFramework/src/com/android/internal/compat/
DChangeReporterTest.java28 int myUid = 1022, otherUid = 1023; in testStatsLogOnce() local
46 int myUid = 1022; in testStatsLogAfterReset() local
64 int myUid = 1022, otherUid = 1023; in testDebugLogOnce() local
82 int myUid = 1022; in testDebugLogAfterReset() local
100 int myUid = 1022; in testDebugLogWithLogAll() local
/frameworks/base/tests/net/java/com/android/server/net/
DNetworkStatsCollectionTest.java218 int myUid = Process.myUid(); in testAccessLevels() local
252 … assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, myUid, SET_DEFAULT, in testAccessLevels() local
253 TAG_NONE, 0, 0L, 0L, NetworkStatsAccess.Level.DEFAULT, myUid)); in testAccessLevels() local
256 SET_DEFAULT, TAG_NONE, 0, 0L, 0L, NetworkStatsAccess.Level.DEFAULT, myUid); in testAccessLevels() local
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
DWearPackageIconProvider.java150 final int myUid = android.os.Process.myUid(); in enforcePermissions() local
/frameworks/base/core/java/android/os/
DServiceManager.java310 final int myUid = Process.myUid(); in rawGetService() local
DProcess.java756 public static final int myUid() { in myUid() method in Process
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java7191 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithFineLocationAfterQ() local
7200 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithCoarseLocationPreQ() local
7210 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerLocationOff() local
7220 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWrongUid() local
7231 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithCoarseLocationAfterQ() local
7240 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithoutLocationPermission() local
7274 final int myUid = Process.myUid(); in testGetConnectionOwnerUidPlatformVpn() local
7286 final int myUid = Process.myUid(); in testGetConnectionOwnerUidVpnServiceWrongUser() local
7298 final int myUid = Process.myUid(); in testGetConnectionOwnerUidVpnServiceDoesNotThrow() local
7307 final int myUid = Process.myUid(); in testGetConnectionOwnerUidVpnServiceNetworkStackDoesNotThrow() local
[all …]
/frameworks/base/core/java/android/app/
DResourcesManager.java1245 final int myUid = Process.myUid(); in applyNewResourceDirsLocked() local
DLoadedApk.java379 final int myUid = Process.myUid(); in setApplicationInfo() local
DAppOpsManager.java7601 int myUid = Process.myUid(); in noteProxyOpNoThrow() local