Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateBaseBridge.java33 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()