Home
last modified time | relevance | path

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

/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/apps/
DApplicationsState.java1101 static final int MSG_LOAD_LAUNCHER = 4; field in ApplicationsState.BackgroundHandler
1207 sendEmptyMessage(MSG_LOAD_LAUNCHER); in handleMessage()
1210 case MSG_LOAD_LAUNCHER: in handleMessage()
1212 if ((msg.what == MSG_LOAD_LAUNCHER && in handleMessage()
1218 launchIntent.addCategory(msg.what == MSG_LOAD_LAUNCHER in handleMessage()
1264 if (msg.what == MSG_LOAD_LAUNCHER) { in handleMessage()