Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DSimpleIconCache.java52 public SimpleIconCache(Context context, String dbFileName, Looper bgLooper, int iconDpi, in SimpleIconCache() argument
54 super(context, dbFileName, bgLooper, iconDpi, iconPixelSize, inMemoryCache); in SimpleIconCache()
65 }, filter, null, new Handler(bgLooper), 0); in SimpleIconCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DSysUIConcurrencyModule.java84 public static Handler provideBgHandler(@Background Looper bgLooper) { in provideBgHandler() argument
85 return new Handler(bgLooper); in provideBgHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java89 @Background Looper bgLooper, in BluetoothControllerImpl() argument
95 mBgHandler = new Handler(bgLooper); in BluetoothControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerImpl.java232 @Background Looper bgLooper, in NetworkControllerImpl() argument
259 bgLooper, in NetworkControllerImpl()
287 Looper bgLooper, in NetworkControllerImpl() argument
309 mReceiverHandler = new Handler(bgLooper); in NetworkControllerImpl()
310 mBgLooper = bgLooper; in NetworkControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java114 @Background Looper bgLooper, in AppOpsControllerImpl() argument
123 mBGHandler = new H(bgLooper); in AppOpsControllerImpl()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java137 @NonNull final Looper bgLooper, final int iconDpi, final int iconPixelSize, in BaseIconCache() argument
142 mBgLooper = bgLooper; in BaseIconCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java181 SecurityController securityController, @Background Looper bgLooper, in QSSecurityFooterUtils() argument
189 mBgHandler = new Handler(bgLooper); in QSSecurityFooterUtils()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java1981 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler() argument
1984 mBgHandler = new BgHandler(bgLooper); in AppProfiler()