HomeSort by relevance Sort by last modified time
    Searched defs:opModes (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 312 public SparseIntArray opModes;
324 opModes = null;
329 && (opModes == null || opModes.size() <= 0);
359 if (opModes != null) {
360 for (int i = opModes.size() - 1; i >= 0; i--) {
361 if (opModes.valueAt(i) == AppOpsManager.MODE_FOREGROUND) {
365 evalForegroundWatchers(opModes.keyAt(i), watchers, which);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 54 milliseconds