/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
D | ATraceRunner.java | 38 public interface Delegate { interface in ATraceRunner 46 private final Delegate mDelegate; 52 Delegate delegate) { in ATraceRunner()
|
D | GamePerformanceTest.java | 64 new ATraceRunner(getInstrumentation(), output, 5, "gfx", new ATraceRunner.Delegate() { in testGraphicBufferMetrics()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialog.java | 167 public SystemUIDialog create(Delegate delegate, Context context) { in create() 171 public SystemUIDialog create(Delegate delegate, Context context, @StyleRes int theme) { in create() 175 public SystemUIDialog create(Delegate delegate) { in create() 221 Delegate delegate) { in SystemUIDialog() 635 public interface Delegate extends DialogDelegate<SystemUIDialog> { interface in SystemUIDialog
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeBrightnessHostForwarder.java | 24 public class DozeBrightnessHostForwarder extends DozeMachine.Service.Delegate {
|
D | DozeSuspendScreenStatePreventingAdapter.java | 30 public class DozeSuspendScreenStatePreventingAdapter extends DozeMachine.Service.Delegate {
|
D | DozeScreenStatePreventingAdapter.java | 30 public class DozeScreenStatePreventingAdapter extends DozeMachine.Service.Delegate {
|
D | DozeMachine.java | 513 class Delegate implements Service { class 517 public Delegate(Service delegate, Executor bgExecutor) { in Delegate() method in DozeMachine.Service.Delegate
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/ |
D | BluetoothDialogDelegate.java | 25 public class BluetoothDialogDelegate implements SystemUIDialog.Delegate{
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | RemoteInputController.java | 48 private final Delegate mDelegate; 60 public RemoteInputController(Delegate delegate, in RemoteInputController() 336 public interface Delegate { interface in RemoteInputController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 62 @Mock private RemoteInputController.Delegate mDelegate; 169 RemoteInputController.Delegate delegate, in setUpWithPresenterForTest()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipViewModel.kt | 38 dialogDelegate: SystemUIDialog.Delegate, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/ |
D | ScreenCapturePermissionDialogDelegate.kt | 28 ) : SystemUIDialog.Delegate { in <lambda>()
|
D | RecordIssueDialogDelegate.kt | 69 ) : SystemUIDialog.Delegate { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/ |
D | EndScreenRecordingDialogDelegate.kt | 31 ) : SystemUIDialog.Delegate { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/ |
D | EndCastToOtherDeviceDialogDelegate.kt | 31 ) : SystemUIDialog.Delegate { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/ |
D | EndShareToAppDialogDelegate.kt | 31 ) : SystemUIDialog.Delegate { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/saver/domain/ |
D | DataSaverDialogDelegate.kt | 37 ) : SystemUIDialog.Delegate { in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
D | OngoingActivityChipViewModelTest.kt | 37 private val dialogDelegate = SystemUIDialog.Delegate { mockSystemUIDialog } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/mediaprojection/ui/view/ |
D | EndMediaProjectionDialogHelper.kt | 41 fun createDialog(delegate: SystemUIDialog.Delegate): SystemUIDialog { in createDialog()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuController.java | 61 private Delegate mDelegate; 123 void setDelegate(Delegate delegate) { in setDelegate() 610 interface Delegate { interface in TvPipMenuController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/mediaprojection/ui/view/ |
D | EndMediaProjectionDialogHelperTest.kt | 50 val delegate = SystemUIDialog.Delegate { dialog } in createDialog_usesDelegateAndFactory()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenRecordDialogDelegate.java | 62 public class ScreenRecordDialogDelegate implements SystemUIDialog.Delegate {
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | SystemUIDialogTest.java | 71 private SystemUIDialog.Delegate mDelegate;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/ |
D | FontScalingDialogDelegate.kt | 61 ) : SystemUIDialog.Delegate {
|
/frameworks/av/media/libaudioclient/include/media/ |
D | IAudioFlinger.h | 535 class Delegate : public IAudioFlinger { 653 const sp<AudioFlingerServerAdapter::Delegate>& delegate); 761 const sp<AudioFlingerServerAdapter::Delegate> mDelegate;
|