Searched refs:getCallingUidOrThrow (Results 1 – 6 of 6) sorted by relevance
92 final int callerUid = Binder.getCallingUidOrThrow(); in getRegistration()108 final int callerUid = Binder.getCallingUidOrThrow(); in dump()120 final int callerUid = Binder.getCallingUidOrThrow(); in handleShellCommand()
72 assertThrows(IllegalStateException.class, () -> Binder.getCallingUidOrThrow()); in testGetCallingUidOrThrow_throws()
433 public static final int getCallingUidOrThrow() { in getCallingUidOrThrow() method in Binder
3482 int originalUid = Binder.getCallingUidOrThrow(); in getManageSpaceActivityIntent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
32621 method public static final int getCallingUidOrThrow();