Home
last modified time | relevance | path

Searched defs:packageRemoved (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java206 final Intent packageRemoved = new Intent(Intent.ACTION_PACKAGE_REMOVED); in testColorCache() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DAppStateTrackerTest.java1696 Intent packageRemoved = new Intent(Intent.ACTION_PACKAGE_REMOVED) in testStateClearedOnPackageRemoved() local
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java1270 void packageRemoved(int uid, String packageName) { in packageRemoved() method in AppOpsService