Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java183 final Handler uiHandler, final PopupContainerWithArrow container, in createUpdateRunnable() argument
201 uiHandler.post(new UpdateNotificationChild(notificationView, infos)); in createUpdateRunnable()
216 uiHandler.post(new UpdateShortcutChild(container, shortcutViews.get(i), in createUpdateRunnable()
224 uiHandler.post(new UpdateSystemShortcutChild(container, in createUpdateRunnable()
227 uiHandler.post(new Runnable() { in createUpdateRunnable()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DProvisioningManager.java93 Handler uiHandler, in ProvisioningManager() argument
98 mUiHandler = checkNotNull(uiHandler); in ProvisioningManager()