Searched refs:RecordingController (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
H A D | RecordingControllerTest.java | 53 private RecordingController.RecordingStateChangeCallback mCallback; 59 private RecordingController mController; 66 mController = new RecordingController(mBroadcastDispatcher, mUserContextProvider); in setUp() 153 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in testUpdateStateBroadcast() 154 intent.putExtra(RecordingController.EXTRA_STATE, false); in testUpdateStateBroadcast()
|
H A D | RecordingServiceTest.java | 59 private RecordingController mController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | ScreenRecordTile.java | 42 import com.android.systemui.screenrecord.RecordingController; 53 implements RecordingController.RecordingStateChangeCallback { 55 private final RecordingController mController; 73 RecordingController controller, in ScreenRecordTile() 187 private final class Callback implements RecordingController.RecordingStateChangeCallback {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | RecordingController.java | 45 public class RecordingController class 46 implements CallbackController<RecordingController.RecordingStateChangeCallback> { 90 public RecordingController(BroadcastDispatcher broadcastDispatcher, in RecordingController() method in RecordingController
|
H A D | RecordingService.java | 72 private final RecordingController mController; 82 public RecordingService(RecordingController controller, @LongRunning Executor executor, in RecordingService() 208 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in updateState() 209 intent.putExtra(RecordingController.EXTRA_STATE, state); in updateState()
|
H A D | ScreenRecordDialog.java | 54 private final RecordingController mController; 61 public ScreenRecordDialog(Context context, RecordingController controller, in ScreenRecordDialog()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | ScreenRecordTileTest.java | 45 import com.android.systemui.screenrecord.RecordingController; 62 private RecordingController mController;
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicy.java | 56 import com.android.systemui.screenrecord.RecordingController; 99 RecordingController.RecordingStateChangeCallback { 148 private final RecordingController mRecordingController; 175 RecordingController recordingController, in PhoneStatusBarPolicy()
|
H A D | NotificationPanelViewController.java | 138 import com.android.systemui.screenrecord.RecordingController; 310 private final RecordingController mRecordingController; 703 RecordingController recordingController, in NotificationPanelViewController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 71 import com.android.systemui.screenrecord.RecordingController; 355 @Inject Lazy<RecordingController> mRecordingController; 572 mProviders.put(RecordingController.class, mRecordingController::get); in start()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationPanelViewControllerTest.java | 102 import com.android.systemui.screenrecord.RecordingController; 298 private RecordingController mRecordingController;
|