Home
last modified time | relevance | path

Searched defs:isPrivileged (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothShellCommand.java49 BluetoothCommand(boolean isPrivileged, String name) { in BluetoothCommand()
62 boolean isPrivileged() { in isPrivileged() method in BluetoothShellCommand.BluetoothCommand
DBtPermissionUtils.java174 private static boolean isPrivileged(Context ctx, int pid, int uid) { in isPrivileged() method in BtPermissionUtils
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
DCarToastUITest.java234 private void setupPackageInfo(boolean isSystem, boolean isPrivileged, in setupPackageInfo()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWorkSourceHelper.java141 private boolean isPrivileged(int uid) { in isPrivileged() method in WorkSourceHelper
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcInjector.java295 public static boolean isPrivileged(int callingUid) { in isPrivileged() method in NfcInjector
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java649 boolean isPrivileged, WifiContext context, WifiNative wifiNative) { in validateApWifiConfiguration()
DWifiServiceImpl.java1336 private boolean isPrivileged(int pid, int uid) { in isPrivileged() method in WifiServiceImpl
1645 int callingUid, int callingPid, boolean isPrivileged) { in setWifiEnabledInternal()