Home
last modified time | relevance | path

Searched refs:mRecordingController (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQuickSettingsControllerBaseTest.java133 @Mock protected RecordingController mRecordingController; field in QuickSettingsControllerBaseTest
241 mRecordingController, in setup()
H A DNotificationPanelViewControllerBaseTest.java274 @Mock protected RecordingController mRecordingController; field in NotificationPanelViewControllerBaseTest
714 mRecordingController, in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java157 private final RecordingController mRecordingController; field in PhoneStatusBarPolicy
217 mRecordingController = recordingController; in PhoneStatusBarPolicy()
360 mRecordingController.addCallback(this); in init()
527 if (isCasting && !mRecordingController.isRecording()) { // screen record has its own icon in updateCast()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java335 @Inject Lazy<RecordingController> mRecordingController; field in Dependency
535 mProviders.put(RecordingController.class, mRecordingController::get); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java149 private final RecordingController mRecordingController; field in QuickSettingsController
382 mRecordingController = recordingController; in QuickSettingsController()
1221 mRecordingController.isRecording() || mCastController.hasConnectedCastDevice() in applyClippingImmediately()