Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationsState.java807 static final int MSG_LOAD_ICONS = 3; field in ApplicationsState.BackgroundHandler
914 sendEmptyMessage(MSG_LOAD_ICONS); in handleMessage()
917 case MSG_LOAD_ICONS: { in handleMessage()
945 sendEmptyMessage(MSG_LOAD_ICONS); in handleMessage()