Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java1658 when(mAppOpsManager.unsafeCheckOpNoThrow( in testAppOpsChangeAfterSuggestionsAdd()
1668 when(mAppOpsManager.unsafeCheckOpNoThrow( in testAppOpsChangeAfterSuggestionsAdd()
1707 when(mAppOpsManager.unsafeCheckOpNoThrow( in testAppOpsChangeAfterConfigStoreLoad()
1717 when(mAppOpsManager.unsafeCheckOpNoThrow( in testAppOpsChangeAfterConfigStoreLoad()
1759 when(mAppOpsManager.unsafeCheckOpNoThrow( in testAppOpsChangeWrongUid()
2028 when(mAppOpsManager.unsafeCheckOpNoThrow( in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
2191 when(mAppOpsManager.unsafeCheckOpNoThrow( in testUserApprovalNotificationClickOnDisallowWhenAddSuggestions()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java295 if (mAppOps.unsafeCheckOpNoThrow(OPSTR_CHANGE_WIFI_STATE, mUid, mPackageName) in onOpChanged()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java271 if (mAppOps.unsafeCheckOpNoThrow(OPSTR_CHANGE_WIFI_STATE, mUid, mPackageName) in onOpChanged()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1810 when(mAppOpsManager.unsafeCheckOpNoThrow( in verifyRemovingPasspointProfilesWhenAppIsDisabled()
/frameworks/base/core/java/android/app/
DAppOpsManager.java5022 public int unsafeCheckOpNoThrow(@NonNull String op, int uid, @NonNull String packageName) { in unsafeCheckOpNoThrow() method in AppOpsManager
/frameworks/base/non-updatable-api/
Dcurrent.txt4280 method public int unsafeCheckOpNoThrow(@NonNull String, int, @NonNull String);
/frameworks/base/api/
Dcurrent.txt4280 method public int unsafeCheckOpNoThrow(@NonNull String, int, @NonNull String);