Searched refs:BG_LOOPER_NAME (Results 1 – 8 of 8) sorted by relevance
20 import static com.android.systemui.Dependency.BG_LOOPER_NAME;80 @Named(BG_LOOPER_NAME)91 public Handler provideBgHandler(@Named(BG_LOOPER_NAME) Looper bgLooper) { in provideBgHandler()
142 public static final String BG_LOOPER_NAME = "background_looper"; field in Dependency170 public static final DependencyKey<Looper> BG_LOOPER = new DependencyKey<>(BG_LOOPER_NAME);282 @Inject @Named(BG_LOOPER_NAME) Lazy<Looper> mBgLooper;
20 import static com.android.systemui.Dependency.BG_LOOPER_NAME;69 public LocationControllerImpl(Context context, @Named(BG_LOOPER_NAME) Looper bgLooper) { in LocationControllerImpl()
19 import static com.android.systemui.Dependency.BG_LOOPER_NAME;79 public BluetoothControllerImpl(Context context, @Named(BG_LOOPER_NAME) Looper bgLooper, in BluetoothControllerImpl()
27 import static com.android.systemui.Dependency.BG_LOOPER_NAME;175 public NetworkControllerImpl(Context context, @Named(BG_LOOPER_NAME) Looper bgLooper, in NetworkControllerImpl()
19 import static com.android.systemui.Dependency.BG_LOOPER_NAME;80 public AppOpsControllerImpl(Context context, @Named(BG_LOOPER_NAME) Looper bgLooper) { in AppOpsControllerImpl()
23 import static com.android.systemui.Dependency.BG_LOOPER_NAME;114 @Named(BG_LOOPER_NAME) Looper bgLooper, in GarbageMonitor()
96 @Named(Dependency.BG_LOOPER_NAME) Looper bgLooper, in QSTileHost()