/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CameraToggleTile.java | 50 @Background Looper backgroundLooper, in CameraToggleTile() argument 59 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in CameraToggleTile()
|
D | MicrophoneToggleTile.java | 50 @Background Looper backgroundLooper, in MicrophoneToggleTile() argument 59 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in MicrophoneToggleTile()
|
D | ReduceBrightColorsTile.java | 62 @Background Looper backgroundLooper, in ReduceBrightColorsTile() argument 70 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in ReduceBrightColorsTile()
|
D | UserTile.java | 56 @Background Looper backgroundLooper, in UserTile() argument 66 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in UserTile()
|
D | WorkModeTile.java | 55 @Background Looper backgroundLooper, in WorkModeTile() argument 64 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in WorkModeTile()
|
D | SensorPrivacyToggleTile.java | 73 @Background Looper backgroundLooper, in SensorPrivacyToggleTile() argument 82 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in SensorPrivacyToggleTile()
|
D | RotationLockTile.java | 57 @Background Looper backgroundLooper, in RotationLockTile() argument 66 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in RotationLockTile()
|
D | AlarmTile.kt | 34 @Background backgroundLooper: Looper, in <lambda>() 45 backgroundLooper, in <lambda>()
|
D | BatterySaverTile.java | 64 @Background Looper backgroundLooper, in BatterySaverTile() argument 74 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in BatterySaverTile()
|
D | FlashlightTile.java | 56 @Background Looper backgroundLooper, in FlashlightTile() argument 65 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in FlashlightTile()
|
D | DeviceControlsTile.kt | 50 @Background backgroundLooper: Looper, 61 backgroundLooper,
|
D | ScreenRecordTile.java | 60 @Background Looper backgroundLooper, in ScreenRecordTile() argument 70 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in ScreenRecordTile()
|
D | NfcTile.java | 65 @Background Looper backgroundLooper, in NfcTile() argument 74 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in NfcTile()
|
D | DataSaverTile.java | 54 @Background Looper backgroundLooper, in DataSaverTile() argument 63 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in DataSaverTile()
|
D | ColorInversionTile.java | 65 @Background Looper backgroundLooper, in ColorInversionTile() argument 75 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in ColorInversionTile()
|
D | LocationTile.java | 60 @Background Looper backgroundLooper, in LocationTile() argument 70 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in LocationTile()
|
D | AirplaneModeTile.java | 68 @Background Looper backgroundLooper, in AirplaneModeTile() argument 78 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in AirplaneModeTile()
|
D | UiModeNightTile.java | 71 @Background Looper backgroundLooper, in UiModeNightTile() argument 82 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in UiModeNightTile()
|
D | HotspotTile.java | 61 @Background Looper backgroundLooper, in HotspotTile() argument 71 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in HotspotTile()
|
D | NightDisplayTile.java | 81 @Background Looper backgroundLooper, in NightDisplayTile() argument 92 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in NightDisplayTile()
|
D | QuickAccessWalletTile.java | 82 @Background Looper backgroundLooper, in QuickAccessWalletTile() argument 93 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in QuickAccessWalletTile()
|
D | CellularTile.java | 80 @Background Looper backgroundLooper, in CellularTile() argument 89 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in CellularTile()
|
D | CastTile.java | 85 @Background Looper backgroundLooper, in CastTile() argument 97 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in CastTile()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | CustomTile.java | 103 Looper backgroundLooper, in CustomTile() argument 114 super(host, backgroundLooper, mainHandler, falsingManager, metricsLogger, in CustomTile() 517 @Background Looper backgroundLooper, in Builder() argument 527 mBackgroundLooper = backgroundLooper; in Builder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | DependencyProvider.java | 321 @Background Looper backgroundLooper, in providesBroadcastDispatcher() argument 327 BroadcastDispatcher bD = new BroadcastDispatcher(context, backgroundLooper, in providesBroadcastDispatcher()
|