Searched refs:onDeviceConfigAccess (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
D | RescuePartyTest.java | 259 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE1); in testBootLoopDetectionWithExecutionForAllRescueLevels() 260 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE2); in testBootLoopDetectionWithExecutionForAllRescueLevels() 293 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE1); in testBootLoopDetectionWithExecutionForAllRescueLevelsRecoverabilityDetection() 294 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE2); in testBootLoopDetectionWithExecutionForAllRescueLevelsRecoverabilityDetection() 357 monitorCallback.onDeviceConfigAccess(PERSISTENT_PACKAGE, NAMESPACE1); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevelsRecoverability() 358 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE1); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevelsRecoverability() 359 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE2); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevelsRecoverability() 425 monitorCallback.onDeviceConfigAccess(NON_PERSISTENT_PACKAGE, NAMESPACE1); in testNonPersistentAppOnlyPerformsFlagResetsRecoverabilityDetection() 426 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE1); in testNonPersistentAppOnlyPerformsFlagResetsRecoverabilityDetection() 427 monitorCallback.onDeviceConfigAccess(CALLING_PACKAGE1, NAMESPACE2); in testNonPersistentAppOnlyPerformsFlagResetsRecoverabilityDetection() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | RescueParty.java | 349 public void onDeviceConfigAccess(@NonNull String callingPackage, in onDeviceConfigAccess() method in RescueParty.RescuePartyMonitorCallback
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 20669 monitorCallback.onDeviceConfigAccess(callingPackage, namespace)); in handleMonitorCallback()
|
/frameworks/base/services/ |
D | art-wear-profile | 2592 HPLcom/android/server/RescueParty$RescuePartyMonitorCallback;->onDeviceConfigAccess(Ljava/lang/Stri…
|