[go: nahoru, domu]

Searched defs:getCallingUid (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DRecognitionService.java326 * is being processed. This is obtained from {@link Binder#getCallingUid()}.
328 public int getCallingUid() { method in class:RecognitionService.Callback
348 recognizerIntent, listener, Binder.getCallingUid())));
/frameworks/base/core/java/android/os/
H A DBinder.java153 public static final native int getCallingUid(); method in class:Binder
158 * of the caller. It is distinct from {@link #getCallingUid()} in that a
164 return UserHandle.of(UserHandle.getUserId(getCallingUid()));
180 * @see #getCallingUid()
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java493 public int getCallingUid() { method in class:SipProfile
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java112 public int getCallingUid() { method in class:DpmMockContext.MockBinder
121 return new UserHandle(UserHandle.getUserId(getCallingUid()));
437 if (binder.getCallingUid() == SYSTEM_UID) {
507 Assert.assertEquals(UserHandle.getUserId(binder.getCallingUid()), user.getIdentifier());
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp359 uid_t IPCThreadState::getCallingUid() const function in class:android::IPCThreadState
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java156 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
169 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
181 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
193 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
205 Binder.getCallingUid(), callback, VoiceInteractionSession.this,
336 public int getCallingUid() { method in class:VoiceInteractionSession.Request
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp633 int CameraService::getCallingUid() { function in class:android::CameraService
634 return IPCThreadState::self()->getCallingUid();
832 int uid = getCallingUid();
927 int callingUid = getCallingUid();
1360 int uid = getCallingUid();
1948 const int uid = getCallingUid();
2133 IPCThreadState::self()->getCallingUid(), NULL, 0);
2471 getCallingUid());

Completed in 189 milliseconds