Home
last modified time | relevance | path

Searched refs:Delegate (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DATraceRunner.java38 public interface Delegate { interface in ATraceRunner
46 private final Delegate mDelegate;
52 Delegate delegate) { in ATraceRunner()
DGamePerformanceTest.java64 new ATraceRunner(getInstrumentation(), output, 5, "gfx", new ATraceRunner.Delegate() { in testGraphicBufferMetrics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java167 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/
DDozeBrightnessHostForwarder.java24 public class DozeBrightnessHostForwarder extends DozeMachine.Service.Delegate {
DDozeSuspendScreenStatePreventingAdapter.java30 public class DozeSuspendScreenStatePreventingAdapter extends DozeMachine.Service.Delegate {
DDozeScreenStatePreventingAdapter.java30 public class DozeScreenStatePreventingAdapter extends DozeMachine.Service.Delegate {
DDozeMachine.java513 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/
DBluetoothDialogDelegate.java25 public class BluetoothDialogDelegate implements SystemUIDialog.Delegate{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DRemoteInputController.java48 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/
DNotificationRemoteInputManagerTest.java62 @Mock private RemoteInputController.Delegate mDelegate;
169 RemoteInputController.Delegate delegate, in setUpWithPresenterForTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModel.kt38 dialogDelegate: SystemUIDialog.Delegate, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
DScreenCapturePermissionDialogDelegate.kt28 ) : SystemUIDialog.Delegate { in <lambda>()
DRecordIssueDialogDelegate.kt69 ) : SystemUIDialog.Delegate { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/screenrecord/ui/view/
DEndScreenRecordingDialogDelegate.kt31 ) : SystemUIDialog.Delegate { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/casttootherdevice/ui/view/
DEndCastToOtherDeviceDialogDelegate.kt31 ) : SystemUIDialog.Delegate { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/sharetoapp/ui/view/
DEndShareToAppDialogDelegate.kt31 ) : SystemUIDialog.Delegate { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/saver/domain/
DDataSaverDialogDelegate.kt37 ) : SystemUIDialog.Delegate { in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/ui/viewmodel/
DOngoingActivityChipViewModelTest.kt37 private val dialogDelegate = SystemUIDialog.Delegate { mockSystemUIDialog } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/mediaprojection/ui/view/
DEndMediaProjectionDialogHelper.kt41 fun createDialog(delegate: SystemUIDialog.Delegate): SystemUIDialog { in createDialog()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuController.java61 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/
DEndMediaProjectionDialogHelperTest.kt50 val delegate = SystemUIDialog.Delegate { dialog } in createDialog_usesDelegateAndFactory()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordDialogDelegate.java62 public class ScreenRecordDialogDelegate implements SystemUIDialog.Delegate {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DSystemUIDialogTest.java71 private SystemUIDialog.Delegate mDelegate;
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
DFontScalingDialogDelegate.kt61 ) : SystemUIDialog.Delegate {
/frameworks/av/media/libaudioclient/include/media/
DIAudioFlinger.h535 class Delegate : public IAudioFlinger {
653 const sp<AudioFlingerServerAdapter::Delegate>& delegate);
761 const sp<AudioFlingerServerAdapter::Delegate> mDelegate;

12