/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | AuthenticationStatsBroadcastReceiver.java | 48 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/ |
D | IntentBroadcaster.java | 46 if (action.equals(Intent.ACTION_USER_UNLOCKED)) { 66 context.registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in IntentBroadcaster()
|
D | SmsBroadcastUndelivered.java | 107 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { 155 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
|
D | CarrierKeyDownloadManager.java | 141 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 -> {
|
D | CarrierServiceBindHelper.java | 89 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/ |
D | UserUnlockedBlockingReceiver.java | 43 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
|
D | CertificateMonitor.java | 70 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CertificateMonitor()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/domain/resume/ |
D | MediaResumeListenerTest.kt | 361 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/ |
D | ComponentController.java | 87 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/ |
D | PluginManagerImpl.java | 141 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/ |
D | MediaResumeListener.kt | 89 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/ |
D | CurrentUserServiceSupplier.java | 277 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/ |
D | AuthenticationStatsBroadcastReceiverTest.java | 89 when(mIntent.getAction()).thenReturn(Intent.ACTION_USER_UNLOCKED); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/start/ |
D | ControlsStartable.kt | 168 filter = IntentFilter(Intent.ACTION_USER_UNLOCKED), in <lambda>()
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | AbstractCrossUserContentResolverTest.java | 100 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/start/ |
D | ControlsStartableTest.kt | 278 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/ |
D | SecurityControllerImpl.java | 153 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/ |
D | TileLifecycleManager.java | 488 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/ |
D | PluginFragment.java | 65 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in onCreate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerTest.java | 249 Intent intent = new Intent(Intent.ACTION_USER_UNLOCKED); in refreshCACerts()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | UserSwitcherInteractor.kt | 338 addAction(Intent.ACTION_USER_UNLOCKED) in <lambda>() 646 Intent.ACTION_USER_UNLOCKED -> { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 221 } 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/ |
D | VpnManagerService.java | 693 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in registerReceivers() 752 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
|
D | NetworkScoreService.java | 111 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/ |
D | PinStorage.java | 172 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { 191 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in PinStorage()
|