Home
last modified time | relevance | path

Searched defs:myUid (Results 1 – 8 of 8) 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.java219 int myUid = Process.myUid(); in testAccessLevels() local
253 … assertNotNull(collection.getHistory(buildTemplateMobileAll(TEST_IMSI), null, myUid, SET_DEFAULT, in testAccessLevels() local
254 TAG_NONE, 0, 0L, 0L, NetworkStatsAccess.Level.DEFAULT, myUid)); in testAccessLevels() local
257 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.java271 final int myUid = Process.myUid(); in rawGetService() local
DProcess.java687 public static final int myUid() { in myUid() method in Process
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java6870 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithFineLocationAfterQ() local
6879 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithCoarseLocationPreQ() local
6889 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerLocationOff() local
6899 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWrongUid() local
6910 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithCoarseLocationAfterQ() local
6919 final int myUid = Process.myUid(); in testMaybeSanitizeLocationInfoForCallerWithoutLocationPermission() local
6953 final int myUid = Process.myUid(); in testGetConnectionOwnerUidPlatformVpn() local
6965 final int myUid = Process.myUid(); in testGetConnectionOwnerUidVpnServiceWrongUser() local
6977 final int myUid = Process.myUid(); in testGetConnectionOwnerUidVpnServiceDoesNotThrow() local
6986 final int myUid = Process.myUid(); in testGetConnectionOwnerUidVpnServiceNetworkStackDoesNotThrow() local
[all …]
/frameworks/base/core/java/android/app/
DResourcesManager.java1156 final int myUid = Process.myUid(); in applyNewResourceDirsLocked() local
DLoadedApk.java375 final int myUid = Process.myUid(); in setApplicationInfo() local