Home
last modified time | relevance | path

Searched refs:callingUid (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DPackageValidator.java151 public static void checkCallerAllowed(Context context, String callingPackage, int callingUid) { in checkCallerAllowed() argument
152 if (!isCallerAllowed(context, callingPackage, callingUid)) { in checkCallerAllowed()
160 public static boolean isCallerAllowed(Context context, String callingPackage, int callingUid) { in isCallerAllowed() argument
162 if (Process.SYSTEM_UID == callingUid || Process.myUid() == callingUid) { in isCallerAllowed()