Searched refs:mRecentLocationApps (Results 1 – 5 of 5) sorted by relevance
50 private RecentLocationApps mRecentLocationApps; field in RecentLocationRequestsPreferenceControllerTest65 mController.setRecentLocationApps(mRecentLocationApps); in setUp()71 when(mRecentLocationApps.getAppListSorted(true)).thenReturn(Collections.emptyList()); in refreshUi_noRecentRequests_messageDisplayed()84 when(mRecentLocationApps.getAppListSorted(true)).thenReturn(list); in refreshUi_someRecentRequests_preferencesAddedToScreen()96 when(mRecentLocationApps.getAppListSorted(true)).thenReturn(list1); in refreshUi_newRecentRequests_listIsUpdated()104 when(mRecentLocationApps.getAppListSorted(true)).thenReturn(list2); in refreshUi_newRecentRequests_listIsUpdated()
44 private RecentLocationApps mRecentLocationApps; field in RecentLocationRequestsPreferenceController51 mRecentLocationApps = new RecentLocationApps(context); in RecentLocationRequestsPreferenceController()56 mRecentLocationApps = apps; in setRecentLocationApps()69 mRecentLocationApps.getAppListSorted(/* showSystemApps= */ true); in updateState()73 List<Request> newRequests = mRecentLocationApps.getAppListSorted(true); in updateState()
40 private RecentLocationApps mRecentLocationApps; field in RecentLocationRequestSeeAllPreferenceController57 mRecentLocationApps = recentLocationApps; in RecentLocationRequestSeeAllPreferenceController()81 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppListSorted( in updateState()
41 private final RecentLocationApps mRecentLocationApps; field in RecentLocationRequestPreferenceController83 mRecentLocationApps = recentApps; in RecentLocationRequestPreferenceController()103 mRecentLocationApps.getAppListSorted(false); in updateState()
63 private RecentLocationAccesses mRecentLocationApps; field in RecentLocationAccessPreferenceControllerTest74 new RecentLocationAccessPreferenceController(mContext, mRecentLocationApps)); in setUp()