HomeSort by relevance Sort by last modified time
    Searched refs:getCallingUid (Results 101 - 125 of 359) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/display/msm8960/libqservice/
IQService.cpp 88 const int callerUid = ipc->getCallingUid();
  /hardware/qcom/display/msm8994/libqservice/
IQService.cpp 82 const int callerUid = ipc->getCallingUid();
  /hardware/qcom/display/msm8996/libqservice/
IQService.cpp 89 const int callerUid = ipc->getCallingUid();
  /hardware/qcom/display/msm8998/libqservice/
IQService.cpp 89 const int callerUid = ipc->getCallingUid();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceService.java 483 int callingUid = Binder.getCallingUid();
500 int callingUid = Binder.getCallingUid();
546 int callingUid = Binder.getCallingUid();
610 int callingUid = Binder.getCallingUid();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageIconProvider.java 149 final int uid = Binder.getCallingUid();
  /packages/apps/Settings/src/com/android/settings/search/
DeviceIndexFeatureProvider.java 75 final int callerUid = Binder.getCallingUid();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DeviceIndexFeatureProviderTest.java 114 ShadowBinder.setCallingUid(Binder.getCallingUid() + 2000);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 74 final int callingUid = Binder.getCallingUid();
VoicemailNotifier.java 107 int caller = Binder.getCallingUid();
CallLogProvider.java 250 final int callingUid = Binder.getCallingUid();
265 final int callingUid = Binder.getCallingUid();
282 final int callingUid = Binder.getCallingUid();
425 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid();
438 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid();
451 applyingBatch() ? mCallingUid.get() : Binder.getCallingUid();
    [all...]
  /system/security/keystore/
key_store_service.cpp 276 uid_t callingUid = IPCThreadState::self()->getCallingUid();
603 uid_t callingUid = IPCThreadState::self()->getCallingUid();
625 uid_t callingUid = IPCThreadState::self()->getCallingUid();
748 // TODO(jbires): remove this getCallingUid call upon implementation of b/25646100
749 uid_t originalUid = IPCThreadState::self()->getCallingUid();
773 originalUid != IPCThreadState::self()->getCallingUid()) {
    [all...]
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 87 uid_t uid = ipcState->getCallingUid();
349 IPCThreadState::self()->getCallingUid());
  /frameworks/base/cmds/incidentd/src/
IncidentService.cpp 52 uid_t callingUid = IPCThreadState::self()->getCallingUid();
243 if (IPCThreadState::self()->getCallingUid() != AID_SYSTEM) {
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 96 mOwningUid = Binder.getCallingUid();
465 final int callingUid = Binder.getCallingUid();
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 301 IPCThreadState::self()->getCallingUid());
377 IPCThreadState::self()->getCallingUid());
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbUserSettingsManager.java 180 int uid = Binder.getCallingUid();
205 final int uid = Binder.getCallingUid();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLockManagerTest.java 296 WorkSource newWorkSource = new WorkSource(Binder.getCallingUid());
358 + " uid=" + Binder.getCallingUid() + " workSource=WorkSource{"
  /packages/apps/SecureElement/src/com/android/se/
SecureElementService.java 266 String packageName = getPackageNameFromCallingUid(Binder.getCallingUid());
305 String packageName = getPackageNameFromCallingUid(Binder.getCallingUid());
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 830 if (Binder.getCallingUid() == Process.SHELL_UID) {
1005 final int callingUid = Binder.getCallingUid();
    [all...]
  /frameworks/base/services/midi/java/com/android/server/midi/
MidiService.java 146 mUid = Binder.getCallingUid();
638 int uid = Binder.getCallingUid();
663 if (!device.isUidAllowed(Binder.getCallingUid())) {
713 int uid = Binder.getCallingUid();
764 if (Binder.getCallingUid() != device.getUid()) {
765 throw new SecurityException("setDeviceStatus() caller UID " + Binder.getCallingUid()
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
PrintManagerService.java 338 final int appId = UserHandle.getAppId(Binder.getCallingUid());
735 int callingUid = Binder.getCallingUid();
755 int callingUid = Binder.getCallingUid();
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java 412 final int callingUid = Binder.getCallingUid();
676 Binder.getCallingUid(), userId, true, false, "getAllSessions");
693 Binder.getCallingUid(), userId, true, false, "getMySessions");
694 mAppOps.checkPackage(Binder.getCallingUid(), installerPackageName);
714 final int callingUid = Binder.getCallingUid();
776 Binder.getCallingUid(), userId, true, false, "registerCallback");
799 final int callingUid = Binder.getCallingUid();
    [all...]

Completed in 1558 milliseconds

1 2 3 45 6 7 8 91011>>