Searched refs:bgLooper (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/ |
D | SysUIConcurrencyModule.kt | 102 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/ |
D | SimpleIconCache.java | 52 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/ |
D | NetworkControllerImpl.java | 230 @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/ |
D | AppOpsControllerImpl.java | 157 @Background Looper bgLooper, in AppOpsControllerImpl() argument 167 mBGHandler = new H(bgLooper); in AppOpsControllerImpl()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | BaseIconCache.java | 138 @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/ |
D | QSSecurityFooterUtils.java | 182 SecurityController securityController, @Background Looper bgLooper, in QSSecurityFooterUtils() argument 190 mBgHandler = new Handler(bgLooper); in QSSecurityFooterUtils()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppProfiler.java | 2353 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler() argument 2356 mBgHandler = new BgHandler(bgLooper); in AppProfiler()
|