Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
DSysUIConcurrencyModule.kt102 fun provideNotifInflationLooper(@Background bgLooper: Looper): Looper { in provideNotifInflationLooper()
104 return bgLooper in provideNotifInflationLooper()
156 fun provideBgHandler(@Background bgLooper: Looper): Handler = Handler(bgLooper) in provideBgHandler()
/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/statusbar/connectivity/
DNetworkControllerImpl.java230 @Background Looper bgLooper, in NetworkControllerImpl() argument
257 bgLooper, in NetworkControllerImpl()
285 Looper bgLooper, in NetworkControllerImpl() argument
307 mReceiverHandler = new Handler(bgLooper); in NetworkControllerImpl()
308 mBgLooper = bgLooper; in NetworkControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java157 @Background Looper bgLooper, in AppOpsControllerImpl() argument
167 mBGHandler = new H(bgLooper); in AppOpsControllerImpl()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java138 @NonNull final Looper bgLooper, final int iconDpi, final int iconPixelSize, in BaseIconCache() argument
143 mBgLooper = bgLooper; in BaseIconCache()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java182 SecurityController securityController, @Background Looper bgLooper, in QSSecurityFooterUtils() argument
190 mBgHandler = new Handler(bgLooper); in QSSecurityFooterUtils()
/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java2353 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler() argument
2356 mBgHandler = new BgHandler(bgLooper); in AppProfiler()