Searched refs:uid (Results 176 - 188 of 188) sorted by relevance

12345678

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java400 return appInfo.uid;
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java231 int getUid() { return info.getActivityInfo().applicationInfo.uid; }
234 return new UserHandle(UserHandle.getUserId(info.getActivityInfo().applicationInfo.uid));
416 pw.print(prefix); pw.print("uid="); pw.println(getUid());
626 throw new SecurityException("Admin " + who + " is not owned by uid "
643 throw new SecurityException("No active admin owned by uid "
848 if (DBG && (UserHandle.getUserId(dai.getActivityInfo().applicationInfo.uid)
850 Slog.w(TAG, "findAdmin returned an incorrect uid "
851 + dai.getActivityInfo().applicationInfo.uid + " for user "
1724 Slog.w(TAG, "resetPassword: already set by another uid and not entered by user");
2371 + ", uid
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h113 bool uidValid = false, uid_t uid = 0)
116 mUID(uid),
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java517 final int uid = Binder.getCallingUid();
521 result = nativeInjectInputEvent(mPtr, event, pid, uid, mode,
1217 + ", uid=" + Binder.getCallingUid());
1239 + ", uid=" + Binder.getCallingUid()
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java500 private void assertDirOwnerGroupPerms(String reason, int uid, int gid, int perms, String path) { argument
518 if (stat.st_uid != uid) {
520 sb.append(uid);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java236 // uid (not re-using the same resolver from an old launching uid),
441 // Filter out any activities that the launched uid does not
451 ai.applicationInfo.uid, ai.exported);
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java653 public void onPackageRemovedAllUsers(String packageName, int uid) {
1041 + Binder.getCallingPid() + ", uid=" + Binder.getCallingUid()
/frameworks/base/core/java/android/content/
H A DSyncManager.java2017 .getActiveNetworkInfoForUid(syncAdapterInfo.uid);
2190 new ActiveSyncContext(op, insertStartSyncEvent(op), syncAdapterInfo.uid);
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java233 public void onPackageRemoved(String packageName, int uid) {
264 int uid, boolean doit) {
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c221 strcpy((char *)licenseInfo->roId, (char *)pRights->uid);
1911 if (0 == strcmp((char *)rights.uid, (char *)roId)) {
1922 drm_updateUidTxtWhenDelete(id); /* update uid.txt file */
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java882 mBarService.onNotificationError(n.pkg, n.tag, n.id, n.uid, n.initialPid, message);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3260 applicationInfo.uid = -1;
3499 // to fix up the uid.
3559 ai.uid = UserHandle.getUid(userId, ai.uid);
/frameworks/base/media/java/android/media/
H A DAudioService.java2553 + ", uid=" + Binder.getCallingUid();
4027 String pn, int uid) {
4035 mCallingUid = uid;
4072 + " -- uid: " + fse.mCallingUid
4755 " -- uid: " + rcse.mCallingUid +
4773 pw.println(" uid: " + rcse.mCallingUid +
4025 FocusStackEntry(int streamType, int duration, IAudioFocusDispatcher afl, IBinder source, String id, AudioFocusDeathHandler hdlr, String pn, int uid) argument

Completed in 1188 milliseconds

12345678