Home
last modified time | relevance | path

Searched refs:clearEntries (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DApplicationsStateRoboTest.java240 mApplicationsState.clearEntries(); in setUp()
462 verify(mApplicationsState).clearEntries(); in removeAndInstall_noWorkprofile_doResumeIfNeededLocked_shouldClearEntries()
500 verify(mApplicationsState, never()).clearEntries(); in noAppRemoved_noWorkprofile_doResumeIfNeededLocked_shouldNotClearEntries()
575 verify(mApplicationsState).clearEntries(); in removeProfileApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
657 verify(mApplicationsState).clearEntries(); in removeOwnerApp_workprofileExists_doResumeIfNeededLocked_shouldClearEntries()
734 verify(mApplicationsState, never()).clearEntries(); in noAppRemoved_workprofileExists_doResumeIfNeededLocked_shouldNotClearEntries()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java318 clearEntries(); in doResumeIfNeededLocked()
356 clearEntries(); in doResumeIfNeededLocked()
441 void clearEntries() { in clearEntries() method in ApplicationsState