/external/libnfc-nxp/src/ |
phFriNfc_TopazMap.c | 239 (void)memset(NdefMap->TopazContainer.UID, PH_FRINFC_TOPAZ_VAL0, 240 sizeof(NdefMap->TopazContainer.UID)); [all...] |
phHciNfc_RFReader.c | [all...] |
phHal4Nfc_ADD.c | 431 will have to be done within this module based on SAK byte and UID info*/ 488 psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid[0]) [all...] |
phHciNfc_ISO15693.c | 392 RemoteDevInfo.Iso15693_Info.Uid,
|
phHciNfc_Jewel.c | 381 (void)memcpy(ps_jewel_tag_info->Uid,
|
phFriNfc_TopazDynamicMap.c | 132 /* UID byte length */ [all...] |
phHciNfc_RFReaderA.c | 391 /* Maximum UID length can go upto 10 bytes */ 394 HCI_PRINT_BUFFER("\tReader A UID", reg_value, reg_length); 395 /* Update UID buffer and length */ 398 p_tag_a_info->Uid, [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ServiceRecord.java | 66 final BatteryStatsImpl.Uid.Pkg.Serv stats; 312 BatteryStatsImpl.Uid.Pkg.Serv servStats, ComponentName name, 329 userId = UserHandle.getUserId(appInfo.uid); 339 serviceInfo.applicationInfo.uid, serviceInfo.applicationInfo.versionCode, 357 serviceInfo.applicationInfo.uid, serviceInfo.applicationInfo.versionCode, 443 final int appUid = appInfo.uid;
|
ProcessRecord.java | 65 final int uid; // uid of process; may be different from 'info' if isolated field in class:ProcessRecord 70 UidRecord uidRecord; // overall state of process's uid. 76 BatteryStatsImpl.Uid.Proc curProcBatteryStats; 206 pw.print(" uid="); pw.print(info.uid); 207 if (uid != info.uid) { 208 pw.print(" ISOLATED uid="); pw.print(uid); [all...] |
BatteryStatsService.java | 165 public void scheduleCpuSyncDueToRemovedUid(int uid) { 167 scheduleSyncLocked("remove-uid", UPDATE_CPU); 168 mUidsToRemove.add(uid); 287 * Remove a UID from the BatteryStats and BatteryStats' external dependencies. 289 void removeUid(int uid) { 291 mStats.removeUidStatsLocked(uid); 307 void noteProcessStart(String name, int uid) { 309 mStats.noteProcessStartLocked(name, uid); 313 void noteProcessCrash(String name, int uid) { 315 mStats.noteProcessCrashLocked(name, uid); 1610 final BatteryStats.Uid uid = mStats.getUidStats().get(requestUid); local [all...] |
ActiveServices.java | 351 r.appInfo.uid, r.packageName, callingPid, true); 355 + " from pid=" + callingPid + " uid=" + callingUid 391 ProcessRecord proc = mAm.getProcessRecordLocked(r.processName, r.appInfo.uid, false); 442 Slog.v(TAG_SERVICE, "Not potential delay (callerFg=" + callerFg + " uid=" 588 void stopInBackgroundLocked(int uid) { 589 // Stop all services associated with this uid due to it going to the background 591 ServiceMap services = mServiceMap.get(UserHandle.getUserId(uid)); 596 if (service.appInfo.uid == uid && service.startRequested) { 598 uid, service.packageName) != AppOpsManager.MODE_ALLOWED) 2738 final int uid = Binder.getCallingUid(); local [all...] |
ActivityStack.java | 740 final int userId = UserHandle.getUserId(info.applicationInfo.uid); [all...] |
ActivityManagerService.java | 614 * For addAppTask: cached of the last activity uid that was added. 1089 public final int uid; field in class:ActivityManagerService.Identity 1382 int uid; field in class:ActivityManagerService.ProcessChangeItem 1736 final int uid = msg.arg2; local 2151 final int uid = msg.arg1; local 2169 final int uid; local 3318 final int uid = app.info.uid; local 3645 int uid = app.uid; local 5414 int uid = Binder.getCallingUid(); local 5755 final int uid = Binder.getCallingUid(); local 6261 final int uid = app.uid; local 7050 final int uid = AppGlobals.getPackageManager().getPackageUid(packageName, local 7225 final int uid = AppGlobals.getPackageManager().getPackageUid(rec.key.packageName, local 11402 int uid = info.uid; local 12619 final int uid; local 12642 final int uid; local 12661 final int uid; local 15222 int uid = mGrantedUriPermissions.keyAt(i); local 17764 final int uid = intentExtras != null local 18608 int uid = Binder.getCallingUid(); local 20452 int uid; local [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_NativeNfcManager.cpp | 634 * Utility to recover UID from target infos 638 phNfc_sData_t uid; local 646 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid; 647 uid.length = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength; 651 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi; 652 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi); 655 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm; 656 uid.length = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDmLength; 659 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.Uid [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ProcessCpuTracker.java | 182 public final int uid; field in class:ProcessCpuTracker.Stats 189 public BatteryStatsImpl.Uid.Proc batteryStats; 266 uid = FileUtils.getUid(statFile.toString());
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsServTest.java | 32 public static class TestServ extends BatteryStatsImpl.Uid.Pkg.Serv {
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerUsageDetail.java | 115 BatteryStats.Uid uid = entry.sipper.uidObj; local 155 uid.getUid()); 162 uid.getUid()); 166 if (uid.getUid() != 0) { 167 userId = UserHandle.getUserId(uid.getUid()); 298 public static final String EXTRA_UID = "uid"; 465 int uid = -1; local 473 uid = ai.uid; [all...] |
/frameworks/base/ |
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 | |