Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1069 static final int MSG_LOAD_HOME_APP = 3; field in ApplicationsState.BackgroundHandler
1144 sendEmptyMessage(MSG_LOAD_HOME_APP); in handleMessage()
1147 case MSG_LOAD_HOME_APP: { in handleMessage()