Searched refs:clearEntries (Results 1 – 2 of 2) sorted by relevance
240 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()
318 clearEntries(); in doResumeIfNeededLocked()356 clearEntries(); in doResumeIfNeededLocked()441 void clearEntries() { in clearEntries() method in ApplicationsState