Searched refs:CAMERASERVER_UID (Results 1 – 7 of 7) sorted by relevance
220 case Process.CAMERASERVER_UID: // camera high frame rate recording in isPermitted()
723 if (Binder.getCallingUid() != Process.CAMERASERVER_UID) {819 if (Binder.getCallingUid() != Process.CAMERASERVER_UID) {830 if (Binder.getCallingUid() != Process.CAMERASERVER_UID) {852 if (Binder.getCallingUid() != Process.CAMERASERVER_UID) {875 if (Binder.getCallingUid() != Process.CAMERASERVER_UID) {
186 public static final int CAMERASERVER_UID = 1047; field in Process
8265 } else if (uid == Process.CAMERASERVER_UID) { in resolvePackageName()
6982 return Process.CAMERASERVER_UID;
11206 return UserHandle.isSameApp(caller.getUid(), Process.CAMERASERVER_UID);
37638 Landroid/os/Process;->CAMERASERVER_UID:I