/frameworks/base/apex/jobscheduler/framework/java/com/android/server/ |
D | PowerAllowlistInternal.java | 27 void onAppRemoved(int uid); in onAppRemoved() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SnapshotController.java | 57 void onAppRemoved(ActivityRecord activity) { in onAppRemoved() method in SnapshotController 58 mTaskSnapshotController.onAppRemoved(activity); in onAppRemoved() 59 mActivitySnapshotController.onAppRemoved(activity); in onAppRemoved()
|
D | SnapshotCache.java | 66 void onAppRemoved(ActivityRecord activity) { in onAppRemoved() method in SnapshotCache
|
D | AbsAppSnapshotController.java | 487 void onAppRemoved(ActivityRecord activity) { in onAppRemoved() method in AbsAppSnapshotController 488 mCache.onAppRemoved(activity); in onAppRemoved()
|
D | ActivitySnapshotController.java | 567 void onAppRemoved(ActivityRecord activity) { in onAppRemoved() method in ActivitySnapshotController
|
D | ActivityRecord.java | 4499 mWmService.mSnapshotController.onAppRemoved(this); in onRemovedFromDisplay()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskSnapshotCacheTest.java | 70 mCache.onAppRemoved(window.mActivityRecord); in testAppRemoved()
|
D | ActivitySnapshotControllerTests.java | 203 mActivitySnapshotController.onAppRemoved(activityA); in testMultipleActivitiesLoadSnapshot()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
D | QuotaControllerTest.java | 2695 mTempAllowlistListener.onAppRemoved(mSourceUid); in testIsWithinEJQuotaLocked_TempAllowlisting() 2740 mTempAllowlistListener.onAppRemoved(mSourceUid); in testIsWithinEJQuotaLocked_TempAllowlisting_Restricted() 4503 mTempAllowlistListener.onAppRemoved(mSourceUid); in testTimerTracking_TempAllowlisting() 6145 mTempAllowlistListener.onAppRemoved(mSourceUid); in testEJTimerTracking_TempAllowlisting() 6251 mTempAllowlistListener.onAppRemoved(mSourceUid); in testEJTimerTracking_TempAllowlisting_Restricted() 6329 mTempAllowlistListener.onAppRemoved(mSourceUid); in testEJTimerTracking_TopAndTempAllowlisting() 6367 mTempAllowlistListener.onAppRemoved(mSourceUid); in testEJTimerTracking_TopAndTempAllowlisting() 6406 mTempAllowlistListener.onAppRemoved(mSourceUid); in testEJTimerTracking_TopAndTempAllowlisting() 6428 mTempAllowlistListener.onAppRemoved(mSourceUid); in testEJTimerTracking_TopAndTempAllowlisting()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | FlexibilityController.java | 453 mSpecialAppTracker.onAppRemoved(userId, packageName); in onAppRemovedLocked() 1696 private void onAppRemoved(final int userId, String packageName) { in onAppRemoved() method in FlexibilityController.SpecialAppTracker
|
D | QuotaController.java | 2642 public void onAppRemoved(int uid) {
|
/frameworks/base/services/tests/powerservicetests/src/com/android/server/power/ |
D | LowPowerStandbyControllerTest.java | 779 tempAllowlistChangeListener.onAppRemoved(TEST_PKG1_APP_ID); in testAllowReason_tempPowerSaveAllowlist()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | LowPowerStandbyController.java | 1456 public void onAppRemoved(int uid) { in onAppRemoved() method in LowPowerStandbyController.TempAllowlistChangeListener
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
D | DeviceIdleController.java | 2065 listener.onAppRemoved(uid); in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 1868 HPLcom/android/server/job/controllers/QuotaController$TempAllowlistTracker;->onAppRemoved(I)V+]Land…
|
D | art-wear-profile | 13417 HPLcom/android/server/job/controllers/QuotaController$TempAllowlistTracker;->onAppRemoved(I)V
|