Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchableSources.java44 private final Handler mUiThread; field in SearchableSources
63 mUiThread = uiThread; in SearchableSources()
73 return mUiThread; in getUiThreadHandler()
DAbstractSource.java40 private final Handler mUiThread; field in AbstractSource
48 mUiThread = uiThread; in AbstractSource()
60 new PackageIconLoader(mContext, iconPackage, mUiThread, mIconLoaderExecutor)); in getIconLoader()
DShortcutCursor.java45 private final Handler mUiThread; field in ShortcutCursor
51 mUiThread = uiThread; in ShortcutCursor()
101 mUiThread.post(new Runnable() { in refresh()
DPackageIconLoader.java58 private final Handler mUiThread; field in PackageIconLoader
74 mUiThread = uiThread; in PackageIconLoader()
239 mUiThread.post(new Runnable(){ in run()
DShortcutRepositoryImplLog.java78 private final Handler mUiThread; field in ShortcutRepositoryImplLog
105 mUiThread = uiThread; in ShortcutRepositoryImplLog()
339 allowWebSearchShortcuts, mUiThread, mRefresher, this); in getShortcutsForQuery()