HomeSort by relevance Sort by last modified time
    Searched refs:Uid (Results 151 - 171 of 171) sorted by null

1 2 3 4 5 67

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi50.h 545 /// This struct followed by a null-terminated ASCII string - ACPI Processor UID String
662 UINT32 Uid;
    [all...]
Acpi51.h 437 /// This struct followed by a null-terminated ASCII string - ACPI Processor UID String
599 UINT32 Uid;
    [all...]
Acpi60.h 438 /// This struct followed by a null-terminated ASCII string - ACPI Processor UID String
614 UINT32 Uid;
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 188 public final int uid; field in class:ProcessCpuTracker.Stats
195 public BatteryStatsImpl.Uid.Proc batteryStats;
272 uid = FileUtils.getUid(statFile.toString());
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsServTest.java 32 public static class TestServ extends BatteryStatsImpl.Uid.Pkg.Serv {
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 61 final int uid; // uid of process; may be different from 'info' if isolated field in class:ProcessRecord
66 UidRecord uidRecord; // overall state of process's uid.
72 BatteryStatsImpl.Uid.Proc curProcBatteryStats;
210 pw.print(" uid="); pw.print(info.uid);
211 if (uid != info.uid) {
212 pw.print(" ISOLATED uid="); pw.print(uid);
    [all...]
BatteryStatsService.java 264 * Remove a UID from the BatteryStats and BatteryStats' external dependencies.
266 void removeUid(int uid) {
268 mStats.removeUidStatsLocked(uid);
296 void noteProcessStart(String name, int uid) {
298 mStats.noteProcessStartLocked(name, uid);
302 void noteProcessCrash(String name, int uid) {
304 mStats.noteProcessCrashLocked(name, uid);
308 void noteProcessAnr(String name, int uid) {
310 mStats.noteProcessAnrLocked(name, uid);
314 void noteProcessFinish(String name, int uid) {
1413 final BatteryStats.Uid uid = mStats.getUidStats().get(requestUid); local
    [all...]
ActiveServices.java 370 final int allowed = mAm.getAppStartModeLocked(r.appInfo.uid, r.packageName,
375 + " from pid=" + callingPid + " uid=" + callingUid
384 UidRecord uidRec = mAm.mActiveUids.get(r.appInfo.uid);
385 return new ComponentName("?", "app is in background uid " + uidRec);
417 ProcessRecord proc = mAm.getProcessRecordLocked(r.processName, r.appInfo.uid, false);
468 Slog.v(TAG_SERVICE, "Not potential delay (callerFg=" + callerFg + " uid="
615 void stopInBackgroundLocked(int uid) {
616 // Stop all services associated with this uid due to it going to the background
618 ServiceMap services = mServiceMap.get(UserHandle.getUserId(uid));
623 if (service.appInfo.uid == uid && service.startRequested)
    [all...]
ActivityStack.java     [all...]
ActivityManagerService.java 679 * For addAppTask: cached of the last activity uid that was added.
1181 public final int uid; field in class:ActivityManagerService.Identity
1524 int uid; field in class:ActivityManagerService.ProcessChangeItem
1531 final int uid; field in class:ActivityManagerService.UidObserverRegistration
1921 final int uid = msg.arg2; local
2267 final int uid = msg.arg1; local
2285 final int uid; local
3488 final int uid = app.info.uid; local
3806 int uid = app.uid; local
5905 int uid = Binder.getCallingUid(); local
6274 final int uid = Binder.getCallingUid(); local
6802 final int uid = app.uid; local
7624 final int uid = AppGlobals.getPackageManager().getPackageUid(packageName, local
7766 final int uid = AppGlobals.getPackageManager().getPackageUid(rec.key.packageName, local
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
PowerUsageSummaryTest.java 97 private static final int UID = 123;
200 when(mNormalBatterySipper.getUid()).thenReturn(UID);
318 mNormalBatterySipper.uidObj = new BatteryStatsImpl.Uid(new BatteryStatsImpl(), UID);
465 final Anomaly anomaly1 = new Anomaly.Builder().setUid(UID).build();
466 final Anomaly anomaly2 = new Anomaly.Builder().setUid(UID).build();
474 assertThat(mFragment.mAnomalySparseArray.get(UID)).containsExactly(anomaly1, anomaly2);
517 final String key = mFragment.extractKeyFromUid(UID);
521 mFragment.mAnomalySparseArray.append(UID, null);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 23 import android.os.BatteryStats.Uid.Proc;
200 // Clear the mapping for our own UID so that this doesn't look like an internal transaction.
227 // Clear the mapping for our own UID so that this doesn't look like an internal transaction.
  /prebuilts/go/darwin-x86/src/archive/tar/
reader.go 310 hdr.Uid = int(id64) // Integer overflow possible
459 hdr.Uid = int(p.parseNumeric(v7.UID()))
  /prebuilts/go/linux-x86/src/archive/tar/
reader.go 310 hdr.Uid = int(id64) // Integer overflow possible
459 hdr.Uid = int(p.parseNumeric(v7.UID()))
  /frameworks/base/config/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 240 milliseconds

1 2 3 4 5 67