Home
last modified time | relevance | path

Searched refs:onAppOpChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java96 mFsc.onAppOpChanged( in testAppOpsChangedCalledFromBgThread()
113 mFsc.onAppOpChanged(9, 1000, "pkg1", false); in testAppOpsCRUD()
117 mFsc.onAppOpChanged(8, 50, "pkg1", true); in testAppOpsCRUD()
118 mFsc.onAppOpChanged(1, 60, "pkg3", true); in testAppOpsCRUD()
119 mFsc.onAppOpChanged(7, 500000, "pkg2", true); in testAppOpsCRUD()
131 mFsc.onAppOpChanged(9, 50, "pkg1", true); in testAppOpsCRUD()
132 mFsc.onAppOpChanged(5, 50, "pkg1", true); in testAppOpsCRUD()
143 mFsc.onAppOpChanged(9, 50, "pkg1", false); in testAppOpsCRUD()
149 mFsc.onAppOpChanged(1, 60, "pkg3", false); in testAppOpsCRUD()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java50 onAppOpChanged(code, uid, packageName, active); in ForegroundServiceController()
103 void onAppOpChanged(int appOpCode, int uid, String packageName, boolean active) { in onAppOpChanged() method in ForegroundServiceController
/frameworks/base/services/incremental/
DIncrementalService.h457 void onAppOpChanged(const std::string& packageName);
DIncrementalService.cpp2325 void IncrementalService::onAppOpChanged(const std::string& packageName) { in onAppOpChanged() function in android::incremental::IncrementalService
3176 incrementalService.onAppOpChanged(packageName); in opChanged()