Searched refs:mAppState (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | RecentAppsPreferenceControllerTest.java | 86 private ApplicationsState mAppState; field in RecentAppsPreferenceControllerTest 100 mController = new RecentAppsPreferenceController(mContext, mAppState, null); in setUp() 140 mController = new RecentAppsPreferenceController(mMockContext, mAppState, null); in display_shouldNotShowRecents_showAppInfoPreference() 174 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId())) in display_showRecents() 176 when(mAppState.getEntry(stat2.mPackageName, UserHandle.myUserId())) in display_showRecents() 178 when(mAppState.getEntry(stat3.mPackageName, UserHandle.myUserId())) in display_showRecents() 188 mController = new RecentAppsPreferenceController(mMockContext, mAppState, null); in display_showRecents() 217 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId())) in display_hasRecentButNoneDisplayable_showAppInfo() 219 when(mAppState.getEntry(stat2.mPackageName, UserHandle.myUserId())) in display_hasRecentButNoneDisplayable_showAppInfo() 226 mController = new RecentAppsPreferenceController(mMockContext, mAppState, null); in display_hasRecentButNoneDisplayable_showAppInfo() [all …]
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateBaseBridge.java | 33 protected final ApplicationsState mAppState; field in AppStateBaseBridge 40 mAppState = appState; in AppStateBaseBridge() 41 mAppSession = mAppState != null ? mAppState.newSession(this) : null; in AppStateBaseBridge() 46 mHandler = new BackgroundHandler(mAppState != null ? mAppState.getBackgroundLooper() in AppStateBaseBridge()
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | AppStateBaseBridge.java | 33 protected final ApplicationsState mAppState; field in AppStateBaseBridge 40 mAppState = appState; in AppStateBaseBridge() 41 mAppSession = mAppState != null ? mAppState.newSession(this) : null; in AppStateBaseBridge() 46 mHandler = new BackgroundHandler(mAppState != null ? mAppState.getBackgroundLooper() in AppStateBaseBridge()
|