Searched refs:opMode (Results 1 – 2 of 2) sorted by relevance
370 final int opMode = (forDataDelivery) in checkAppOpPermission() local374 switch (opMode) { in checkAppOpPermission()398 final int opMode = (forDataDelivery) in checkRuntimePermission() local402 switch (opMode) { in checkRuntimePermission()
155 private AppOpsManager.OpEntry createOpEntry(int opMode) { in createOpEntry() argument156 return new OpEntry(0, opMode, Collections.emptyMap()); in createOpEntry()