HomeSort by relevance Sort by last modified time
    Searched refs:componentPerm (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/content/
ContentProvider.java 568 final String componentPerm = getReadPermission();
569 if (componentPerm != null) {
570 final int mode = checkPermissionAndAppOp(componentPerm, callingPkg, callerToken);
574 missingPerm = componentPerm;
581 boolean allowDefaultRead = (componentPerm == null);
650 final String componentPerm = getWritePermission();
651 if (componentPerm != null) {
652 final int mode = checkPermissionAndAppOp(componentPerm, callingPkg, callerToken);
656 missingPerm = componentPerm;
663 boolean allowDefaultWrite = (componentPerm == null)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 60 milliseconds