HomeSort by relevance Sort by last modified time
    Searched refs:getCallingUid (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/os/
SchedulingPolicyService.java 49 if (Binder.getCallingUid() != Process.MEDIA_UID || prio < PRIORITY_MIN ||
UserId.java 86 return getUserId(Binder.getCallingUid());
Binder.java 73 public static final native int getCallingUid();
88 return getCallingUid();
116 * @see #getCallingUid()
  /frameworks/base/services/java/com/android/server/
UpdateLockService.java 109 + " uid=" + Binder.getCallingUid()
119 + ", uid=" + Binder.getCallingUid());
WifiService.java 545 int uid = Binder.getCallingUid();
582 + ", uid=" + Binder.getCallingUid());
    [all...]
ClipboardService.java 144 checkDataOwnerLocked(clip, Binder.getCallingUid());
164 addActiveOwnerLocked(Binder.getCallingUid(), pkg);
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
FileContentProvider.java 54 if (Process.myUid() != Binder.getCallingUid()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 136 if (Binder.getCallingUid() != Process.SYSTEM_UID) {
145 if (Binder.getCallingUid() != Process.SYSTEM_UID) {
  /frameworks/base/core/java/android/accounts/
AccountManagerService.java 408 + ", caller's uid " + Binder.getCallingUid()
448 + ", caller's uid " + Binder.getCallingUid()
466 + "caller's uid " + Binder.getCallingUid()
490 + ", caller's uid " + Binder.getCallingUid()
568 + ", caller's uid " + Binder.getCallingUid()
640 + ", caller's uid " + Binder.getCallingUid()
729 + ", caller's uid " + Binder.getCallingUid()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsService.java 98 final int callingUid = Binder.getCallingUid();
106 final int callingUid = Binder.getCallingUid();
114 final int callingUid = Binder.getCallingUid();
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 92 final int uid = Binder.getCallingUid();
117 final int callingUid = getCallingUid();
207 String actualPackage = getPackageManager().getNameForUid(getCallingUid());
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 63 Slog.i(TAG, "getProviderByName: " + name + " , callingUid = " + Binder.getCallingUid());
81 Slog.i(TAG, "getProviderByClass: " + name + ", callingUid = " + Binder.getCallingUid());
95 Slog.i(TAG, "putProviderByName: " + name + " , callingUid = " + Binder.getCallingUid()
108 Slog.i(TAG, "putProviderByClass: " + name + " , callingUid = " + Binder.getCallingUid()
  /frameworks/native/include/binder/
IPCThreadState.h 43 int getCallingUid();
  /frameworks/native/libs/binder/
PermissionCache.cpp 85 uid_t uid = ipcState->getCallingUid();
  /packages/apps/Phone/src/com/android/phone/sip/
SipSettings.java 108 int profileUid = mProfile.getCallingUid();
310 if (mUid == p.getCallingUid()) {
328 profile.setCallingUid(activeProfile.getCallingUid());
360 int uid = profile.getCallingUid();
  /frameworks/base/core/java/android/service/dreams/
DreamManagerService.java 100 + " pid=" + Binder.getCallingPid() + ", uid=" + Binder.getCallingUid());
124 + " pid=" + Binder.getCallingPid() + ", uid=" + Binder.getCallingUid());
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 237 Binder.getCallingUid());
264 Binder.getCallingUid());
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 541 Binder.getCallingPid(), Binder.getCallingUid(),
547 Binder.getCallingPid(), Binder.getCallingUid(),
597 int uid = Binder.getCallingUid();
621 filteredValues.put(Constants.UID, Binder.getCallingUid());
622 if (Binder.getCallingUid() == 0) {
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 771 Binder.getCallingUid(), Binder.getCallingPid(), params, text);
783 SpeechItem item = new SynthesisToFileSpeechItem(caller, Binder.getCallingUid(),
795 Binder.getCallingUid(), Binder.getCallingPid(), params, audioUri);
806 Binder.getCallingUid(), Binder.getCallingPid(), params, duration);
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 152 if (Binder.getCallingUid() != app.uid) {
175 if (Binder.getCallingUid() != app.uid) {
296 if (Binder.getCallingUid() == Process.SYSTEM_UID) {
304 if (Binder.getCallingUid() == app.uid) {
  /frameworks/base/services/java/com/android/server/usb/
UsbService.java 173 + ", uid=" + Binder.getCallingUid());
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfo.java 197 + ", uid=" + Binder.getCallingUid());
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxService.java 112 String uidname = pm.getNameForUid(getCallingUid());
  /frameworks/base/services/common_time/
common_time_server_api.cpp 299 IPCThreadState::self()->getCallingUid());
372 IPCThreadState::self()->getCallingUid());
  /frameworks/base/services/sensorservice/
SensorDevice.cpp 77 int uid = IPCThreadState::self()->getCallingUid();
85 int uid = IPCThreadState::self()->getCallingUid();

Completed in 726 milliseconds

1 2 3 4