Home
last modified time | relevance | path

Searched refs:ACTION_USER_UNLOCKED (Results 1 – 25 of 54) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthenticationStatsBroadcastReceiver.java48 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in AuthenticationStatsBroadcastReceiver()
60 && Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIntentBroadcaster.java46 if (action.equals(Intent.ACTION_USER_UNLOCKED)) {
66 context.registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in IntentBroadcaster()
DSmsBroadcastUndelivered.java107 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
155 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
DCarrierKeyDownloadManager.java141 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CarrierKeyDownloadManager()
186 Intent.ACTION_USER_UNLOCKED)); in CarrierKeyDownloadManager()
197 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
241 case Intent.ACTION_USER_UNLOCKED -> {
DCarrierServiceBindHelper.java89 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
176 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null /* broadcastPermission */, in CarrierServiceBindHelper()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DUserUnlockedBlockingReceiver.java43 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
DCertificateMonitor.java70 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CertificateMonitor()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListenerTest.kt361 val intent = Intent(Intent.ACTION_USER_UNLOCKED) in capture()
453 val intent = Intent(Intent.ACTION_USER_UNLOCKED) in capture()
486 val intent = Intent(Intent.ACTION_USER_UNLOCKED) in capture()
629 Intent(Intent.ACTION_USER_UNLOCKED).apply { in capture()
666 Intent(Intent.ACTION_USER_UNLOCKED).apply { in capture()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DComponentController.java87 case Intent.ACTION_USER_UNLOCKED:
120 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in startTrackingLocked()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java141 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startListening()
153 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/resume/
DMediaResumeListener.kt89 if (Intent.ACTION_USER_UNLOCKED == intent.action) { in onReceive()
142 unlockFilter.addAction(Intent.ACTION_USER_UNLOCKED)
/frameworks/base/services/core/java/com/android/server/servicewatcher/
DCurrentUserServiceSupplier.java277 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in register()
358 case Intent.ACTION_USER_UNLOCKED: in onReceive()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthenticationStatsBroadcastReceiverTest.java89 when(mIntent.getAction()).thenReturn(Intent.ACTION_USER_UNLOCKED); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/start/
DControlsStartable.kt168 filter = IntentFilter(Intent.ACTION_USER_UNLOCKED), in <lambda>()
/frameworks/base/core/tests/coretests/src/android/content/
DAbstractCrossUserContentResolverTest.java100 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/
DControlsStartableTest.kt278 assertThat(intentFilterCaptor.value.matchAction(Intent.ACTION_USER_UNLOCKED)).isTrue() in testPreferredSelectionIsPanel_userNotUnlocked_broadcastRegistered_broadcastSentBinds()
282 receiverCaptor.value.onReceive(mock(), Intent(Intent.ACTION_USER_UNLOCKED)) in testPreferredSelectionIsPanel_userNotUnlocked_broadcastRegistered_broadcastSentBinds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java153 filter.addAction(Intent.ACTION_USER_UNLOCKED); in SecurityControllerImpl()
614 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java488 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startPackageListening()
515 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DPluginFragment.java65 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java249 Intent intent = new Intent(Intent.ACTION_USER_UNLOCKED); in refreshCACerts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DUserSwitcherInteractor.kt338 addAction(Intent.ACTION_USER_UNLOCKED) in <lambda>()
646 Intent.ACTION_USER_UNLOCKED -> { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java221 } else if (Objects.equals(action, Intent.ACTION_USER_UNLOCKED)) {
419 filter.addAction(Intent.ACTION_USER_UNLOCKED); in init()
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java693 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in registerReceivers()
752 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
DNetworkScoreService.java111 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
273 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in NetworkScoreService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java172 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
191 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in PinStorage()

123