Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1158 static final int MSG_LOAD_LAUNCHER = 4; field in ApplicationsState.BackgroundHandler
1256 sendEmptyMessage(MSG_LOAD_LAUNCHER); in handleMessage()
1258 case MSG_LOAD_LAUNCHER: in handleMessage()
1260 if ((msg.what == MSG_LOAD_LAUNCHER && in handleMessage()
1266 launchIntent.addCategory(msg.what == MSG_LOAD_LAUNCHER in handleMessage()
1308 if (msg.what == MSG_LOAD_LAUNCHER) { in handleMessage()