Searched refs:uid (Results 1 – 8 of 8) sorted by relevance
4 RemainingBatteryCapacity (Colomb counter) atom. Also includes configs with uid to package name mapp…
89 int uid = android.os.Process.myUid(); in testStarted() local95 .setClientUid(uid); in testStarted()
272 public String getPackageName(int uid) { in getPackageName() argument274 InstrumentationRegistry.getTargetContext().getPackageManager().getNameForUid(uid); in getPackageName()277 String[] pkgNameSplit = pkgName.split(String.format("\\:%d", uid)); in getPackageName()
90 int uId = atom.getCpuTimePerUid().uid; in getMetrics()
376 private fun targetPackageIsRunning(uid: Int): Boolean { in targetPackageIsRunning()377 val result = SystemUtil.runShellCommand("cmd activity get-uid-state $uid") in targetPackageIsRunning()
41 --enable_string_hash=false \ # Output human-readable package names to the uid map in the report.
100 report1Key.uid = 0; in setUp()107 report1Key.uid = 0; in setUp()
260 intent.putExtra(Settings.EXTRA_APP_UID, mContext.getApplicationInfo().uid); in showAppNotificationSettings()