Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1138 static final int MSG_LOAD_ICONS = 6; field in ApplicationsState.BackgroundHandler
1289 sendEmptyMessage(MSG_LOAD_ICONS); in handleMessage()
1292 case MSG_LOAD_ICONS: { in handleMessage()
1321 sendEmptyMessage(MSG_LOAD_ICONS); in handleMessage()