HomeSort by relevance Sort by last modified time
    Searched refs:mAppState (Results 1 - 10 of 10) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/
AppStateBaseBridge.java 33 protected final ApplicationsState mAppState;
40 mAppState = appState;
41 mAppSession = mAppState != null ? mAppState.newSession(this) : null;
46 mHandler = new BackgroundHandler(mAppState != null ? mAppState.getBackgroundLooper()
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppStateBaseBridge.java 33 protected final ApplicationsState mAppState;
40 mAppState = appState;
41 mAppSession = mAppState != null ? mAppState.newSession(this) : null;
46 mHandler = new BackgroundHandler(mAppState != null ? mAppState.getBackgroundLooper()
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
RecentAppsPreferenceControllerTest.java 86 private ApplicationsState mAppState;
100 mController = new RecentAppsPreferenceController(mContext, mAppState, null);
140 mController = new RecentAppsPreferenceController(mMockContext, mAppState, null);
174 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId()))
176 when(mAppState.getEntry(stat2.mPackageName, UserHandle.myUserId()))
178 when(mAppState.getEntry(stat3.mPackageName, UserHandle.myUserId()))
188 mController = new RecentAppsPreferenceController(mMockContext, mAppState, null);
217 when(mAppState.getEntry(stat1.mPackageName, UserHandle.myUserId()))
219 when(mAppState.getEntry(stat2.mPackageName, UserHandle.myUserId()))
226 mController = new RecentAppsPreferenceController(mMockContext, mAppState, null)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCardApplication.java 64 private AppState mAppState;
96 mAppState = as.app_state;
111 if (mAppState == AppState.APPSTATE_READY) {
129 AppState oldAppState = mAppState;
133 mAppState = as.app_state;
153 if (mAppState != oldAppState) {
154 if (DBG) log(oldAppType + " changed state: " + oldAppState + " -> " + mAppState);
157 if (mAppState == AppState.APPSTATE_READY) {
413 mAppState = AppState.APPSTATE_UNKNOWN;
478 if (mAppState == AppState.APPSTATE_READY)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 123 milliseconds