/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | ScreenRecordTile.java | 48 import com.android.systemui.screenrecord.RecordingController; 58 implements RecordingController.RecordingStateChangeCallback { 65 private final RecordingController mController; 87 RecordingController controller, in ScreenRecordTile() 209 private final class Callback implements RecordingController.RecordingStateChangeCallback {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
H A D | RecordingControllerTest.java | 68 private RecordingController.RecordingStateChangeCallback mCallback; 83 private RecordingController mController; 91 mController = new RecordingController(mMainExecutor, mBroadcastDispatcher, mContext, in setUp() 179 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in testUpdateStateBroadcast() 180 intent.putExtra(RecordingController.EXTRA_STATE, false); in testUpdateStateBroadcast()
|
H A D | RecordingServiceTest.java | 70 private RecordingController mController; 101 RecordingController controller, Executor executor, in RecordingServiceTestable() 273 assertEquals(RecordingController.INTENT_UPDATE_STATE, in assertUpdateState()
|
H A D | ScreenRecordDialogTest.kt | 63 private lateinit var controller: RecordingController
|
H A D | ScreenRecordPermissionDialogTest.kt | 48 @Mock private lateinit var controller: RecordingController
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | RecordingController.java | 59 public class RecordingController class 60 implements CallbackController<RecordingController.RecordingStateChangeCallback> { 112 public RecordingController(@Main Executor mainExecutor, in RecordingController() method in RecordingController
|
H A D | RecordingService.java | 81 private final RecordingController mController; 95 public RecordingService(RecordingController controller, @LongRunning Executor executor, in RecordingService() 245 Intent intent = new Intent(RecordingController.INTENT_UPDATE_STATE); in updateState() 246 intent.putExtra(RecordingController.EXTRA_STATE, state); in updateState()
|
H A D | ScreenRecordDialog.java | 70 private final RecordingController mController; 81 public ScreenRecordDialog(Context context, RecordingController controller, in ScreenRecordDialog()
|
H A D | ScreenRecordPermissionDialog.kt | 46 private val controller: RecordingController,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | ScreenRecordTileTest.java | 51 import com.android.systemui.screenrecord.RecordingController; 69 private RecordingController mController;
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicyTest.kt | 35 import com.android.systemui.screenrecord.RecordingController 112 @Mock private lateinit var recordingController: RecordingController
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | QuickSettingsControllerBaseTest.java | 51 import com.android.systemui.screenrecord.RecordingController; 133 @Mock protected RecordingController mRecordingController;
|
H A D | NotificationPanelViewControllerBaseTest.java | 121 import com.android.systemui.screenrecord.RecordingController; 274 @Mock protected RecordingController mRecordingController;
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarPolicy.java | 58 import com.android.systemui.screenrecord.RecordingController; 103 RecordingController.RecordingStateChangeCallback { 157 private final RecordingController mRecordingController; 185 DevicePolicyManager devicePolicyManager, RecordingController recordingController, in PhoneStatusBarPolicy()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | Dependency.java | 72 import com.android.systemui.screenrecord.RecordingController; 335 @Inject Lazy<RecordingController> mRecordingController; 535 mProviders.put(RecordingController.class, mRecordingController::get); in start()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | QuickSettingsController.java | 80 import com.android.systemui.screenrecord.RecordingController; 149 private final RecordingController mRecordingController; 336 RecordingController recordingController, in QuickSettingsController()
|