HomeSort by relevance Sort by last modified time
    Searched refs:uid (Results 651 - 675 of 1516) sorted by null

<<21222324252627282930>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 582 int uid = Binder.getCallingUid(); local
583 int appId = UserHandle.getAppId(uid);
584 if (appId == Process.SYSTEM_UID || appId == Process.PHONE_UID || uid == 0) {
590 if (!UserHandle.isSameApp(ai.uid, uid)) {
591 throw new SecurityException("Calling uid " + uid + " gave package"
592 + pkg + " which is owned by uid " + ai.uid);
600 int uid = Binder.getCallingUid() local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TextServicesManagerService.java 256 final int uid = Binder.getCallingUid(); local
257 final int userId = UserHandle.getUserId(uid);
260 + "calling uid = " + uid + " system uid = " + Process.SYSTEM_UID
264 final String[] packageNames = AppGlobals.getPackageManager().getPackagesForUid(uid);
267 Slog.d(TAG, "--- process name for "+ uid + " = " + packageNames[i]);
274 if (uid == Process.SYSTEM_UID || userId == mSettings.getCurrentUserId()) {
477 final int uid = Binder.getCallingUid(); local
483 tsListener, locale, scListener, uid, bundle)
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 236 ** Description: Checks if tag activate is the same (UID) Kovio tag previously
264 if (memcmp(mLastKovioUid, &mTechParams [0].param.pk.uid, mTechParams[0].param.pk.uid_len) == 0)
280 memcpy(mLastKovioUid, mTechParams[0].param.pk.uid, mLastKovioUidLen);
321 // need to look at first byte of uid to find Manufacture Byte
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 441 * For addAppTask: cached of the last activity uid that was added.
778 * have seen. Mapping is target uid -> target component -> source uid -> source process name
886 public final int uid; field in class:ActivityManagerService.Identity
1140 int uid; field in class:ActivityManagerService.ProcessChangeItem
1665 final int uid = msg.arg2; local
2609 final int uid = app.info.uid; local
2926 int uid = app.uid; local
5123 int uid = Binder.getCallingUid(); local
5380 final int uid = Binder.getCallingUid(); local
5770 final int uid = app.uid; local
6478 int uid = AppGlobals.getPackageManager() local
6573 int uid = AppGlobals.getPackageManager() local
13570 int uid = mGrantedUriPermissions.keyAt(i); local
15950 final int uid = intentExtras != null local
18119 int uid; local
    [all...]
BroadcastQueue.java 387 || receiver.applicationInfo.uid != nextReceiver.applicationInfo.uid
453 + r.callingPid + ", uid=" + r.callingUid + ")"
461 filter.receiverList.pid, filter.receiverList.uid, -1, true);
467 + ", uid=" + filter.receiverList.uid + ")"
470 + " (uid " + r.callingUid + ")");
476 filter.receiverList.uid, filter.packageName);
479 "App op " + r.appOp + " not allowed for broadcast to uid "
480 + filter.receiverList.uid + " pkg " + filter.packageName)
    [all...]
  /bionic/libc/kernel/uapi/linux/
auto_fs4.h 74 __u32 uid; member in struct:autofs_v5_packet
  /development/ndk/platforms/android-3/include/linux/
proc_fs.h 40 uid_t uid; member in struct:proc_dir_entry
  /development/ndk/platforms/android-L/include/linux/
auto_fs4.h 74 __u32 uid; member in struct:autofs_v5_packet
  /external/chromium_org/cc/layers/
ui_resource_layer_impl.h 31 void SetUIResourceId(UIResourceId uid);
  /external/chromium_org/chrome/browser/android/thumbnail/
thumbnail.h 60 virtual cc::UIResourceBitmap GetBitmap(cc::UIResourceId uid,
  /external/chromium_org/content/renderer/p2p/
socket_client_impl.cc 19 uint64 uid = random_socket_id; local
20 uid <<= 32;
21 uid |= packet_id;
22 return uid;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h 87 int apple_glx_context_surface_changed(unsigned int uid, pthread_t caller);
  /external/ipsec-tools/src/racoon/
localconf.h 72 uid_t uid; member in struct:localconf
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.h 62 int capng_change_id(int uid, int gid, capng_flags_t flag);
  /external/lldb/include/lldb/Symbol/
TypeList.h 37 // FindType(lldb::user_id_t uid);
61 RemoveTypeWithUID (lldb::user_id_t uid);
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 87 int apple_glx_context_surface_changed(unsigned int uid, pthread_t caller);
  /frameworks/av/media/libmediaplayerservice/
StagefrightPlayer.h 34 virtual status_t setUID(uid_t uid);
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 35 int uid,
176 int uid);
219 int uid);
267 int uid);
  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set,
159 final int i = stats.findIndex(iface, uid, set, tag);
165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set,
167 final int i = stats.findIndex(iface, uid, set, tag);
  /frameworks/base/media/java/android/media/
FocusRequester.java 74 * @param uid
79 String pn, int uid, @NonNull MediaFocusControl ctlr) {
86 mCallingUid = uid;
118 boolean hasSameUid(int uid) {
119 return mCallingUid == uid;
193 + " -- uid: " + mCallingUid
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbConfirmActivity.java 117 final int uid = mResolveInfo.activityInfo.applicationInfo.uid; local
127 service.grantDevicePermission(mDevice, uid);
140 service.grantAccessoryPermission(mAccessory, uid);
  /frameworks/native/include/binder/
IServiceManager.h 82 bool checkPermission(const String16& permission, pid_t pid, uid_t uid);
  /hardware/intel/img/libdrm/tests/
dristat.c 122 int uid; local
130 printf(" a pid uid magic ioctls prog\n");
132 for (i = 0; !drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs); i++) {
144 auth ? 'y' : 'n', pid, uid, magic, iocs, cmd);
147 auth ? 'y' : 'n', pid, uid, magic, iocs);
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
PreferredServices.java 80 int mForegroundUid; // The UID of the fg app, or -1 if fg app didn't request
279 Log.e(TAG, "Calling UID is not in the foreground, ignorning!");
292 boolean unregisterForegroundService(int uid) {
295 if (mForegroundUid == uid) {
299 } // else, other UID in foreground
308 // Verify the calling UID is in the foreground
312 Log.e(TAG, "Calling UID is not in the foreground, ignorning!");
318 public void onUidToBackground(int uid) {
319 unregisterForegroundService(uid);
376 pw.println(" Default for foreground app (UID: " + mForegroundUid
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MockPackageManager.java 51 public String[] getPackagesForUid(int uid) {

Completed in 808 milliseconds

<<21222324252627282930>>