Home
last modified time | relevance | path

Searched refs:mAppEntryListManager (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/specialaccess/
DAppOpsPreferenceControllerTest.java72 private AppEntryListManager mAppEntryListManager; field in AppOpsPreferenceControllerTest
95 mController.mAppEntryListManager = mAppEntryListManager; in setUp()
98 verify(mAppEntryListManager).init(any(AppStateAppOpsBridge.class), any(), in setUp()
147 verify(mAppEntryListManager).start(); in onStart_startsListManager()
155 verify(mAppEntryListManager).stop(); in onStop_stopsListManager()
162 verify(mAppEntryListManager).destroy(); in onDestroy_destroysListManager()
221 verify(mAppEntryListManager).forceUpdate(entries.get(0)); in onPreferenceChange_updatesEntry()
230 verify(mAppEntryListManager).forceUpdate(); in showSystem_updatesEntries()
239 verify(mAppEntryListManager).init(any(), filterCaptor.capture(), any()); in appFilter_showingSystemApps_keepsSystemEntries()
255 verify(mAppEntryListManager).init(any(), filterCaptor.capture(), any()); in appFilter_notShowingSystemApps_removesSystemEntries()
[all …]
DAppEntryListManagerTest.java68 private AppEntryListManager mAppEntryListManager; field in AppEntryListManagerTest
77 mAppEntryListManager = new AppEntryListManager(RuntimeEnvironment.application); in setUp()
78 mAppEntryListManager.init(mExtraInfoBridge, mFilterProvider, mCallback); in setUp()
88 mAppEntryListManager.start(); in start_resumesSession()
109 mAppEntryListManager.stop(); in stop_pausesSession()
116 mAppEntryListManager.destroy(); in destroy_destroysSession()
127 mAppEntryListManager.forceUpdate(); in forceUpdate_loadsExtraInfo()
136 mAppEntryListManager.forceUpdate(entry); in forceUpdate_forEntry_loadsExtraInfo()
DPremiumSmsAccessPreferenceControllerTest.java66 private AppEntryListManager mAppEntryListManager; field in PremiumSmsAccessPreferenceControllerTest
88 mControllerHelper.getController().mAppEntryListManager = mAppEntryListManager; in setUp()
90 verify(mAppEntryListManager).init(any(AppStatePremiumSmsBridge.class), any(), in setUp()
104 verify(mAppEntryListManager).start(); in onStart_startsListManager()
112 verify(mAppEntryListManager).stop(); in onStop_stopsListManager()
119 verify(mAppEntryListManager).destroy(); in onDestroy_destroysListManager()
169 verify(mAppEntryListManager).forceUpdate(entries.get(0)); in onPreferenceChange_updatesEntry()
177 verify(mAppEntryListManager).init(any(), filterCaptor.capture(), any()); in appFilter_removesUnknownStates()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppOpsPreferenceController.java77 mAppEntryListManager.forceUpdate(entry);
97 AppEntryListManager mAppEntryListManager; field in AppOpsPreferenceController
106 mAppEntryListManager = new AppEntryListManager(context); in AppOpsPreferenceController()
137 mAppEntryListManager.forceUpdate(); in setShowSystem()
158 mAppEntryListManager.init(extraInfoBridge, this::getAppFilter, mCallback); in onCreateInternal()
163 mAppEntryListManager.start(); in onStartInternal()
168 mAppEntryListManager.stop(); in onStopInternal()
173 mAppEntryListManager.destroy(); in onDestroyInternal()
DPremiumSmsAccessPreferenceController.java76 mAppEntryListManager.forceUpdate(entry);
92 AppEntryListManager mAppEntryListManager; field in PremiumSmsAccessPreferenceController
99 mAppEntryListManager = new AppEntryListManager(context); in PremiumSmsAccessPreferenceController()
109 mAppEntryListManager.init(new AppStatePremiumSmsBridge(mSmsManager), in onCreateInternal()
115 mAppEntryListManager.start(); in onStartInternal()
120 mAppEntryListManager.stop(); in onStopInternal()
125 mAppEntryListManager.destroy(); in onDestroyInternal()