Searched refs:bgLooper (Results 1 – 8 of 8) sorted by relevance
/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/util/concurrency/ |
D | SysUIConcurrencyModule.java | 84 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/ |
D | BluetoothControllerImpl.java | 89 @Background Looper bgLooper, in BluetoothControllerImpl() argument 95 mBgHandler = new Handler(bgLooper); in BluetoothControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerImpl.java | 232 @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/ |
D | AppOpsControllerImpl.java | 114 @Background Looper bgLooper, in AppOpsControllerImpl() argument 123 mBGHandler = new H(bgLooper); in AppOpsControllerImpl()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/ |
D | BaseIconCache.java | 137 @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/ |
D | QSSecurityFooterUtils.java | 181 SecurityController securityController, @Background Looper bgLooper, in QSSecurityFooterUtils() argument 189 mBgHandler = new Handler(bgLooper); in QSSecurityFooterUtils()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppProfiler.java | 1981 AppProfiler(ActivityManagerService service, Looper bgLooper, LowMemDetector detector) { in AppProfiler() argument 1984 mBgHandler = new BgHandler(bgLooper); in AppProfiler()
|