Home
last modified time | relevance | path

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

12

/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.java108 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
160 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
DCarrierServiceBindHelper.java81 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
141 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null /* broadcastPermission */, in CarrierServiceBindHelper()
DSmsDispatchersController.java151 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsDispatchersController()
160 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
DWapPushOverSms.java96 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
178 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in WapPushOverSms()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaResumeListener.kt63 if (Intent.ACTION_USER_UNLOCKED == intent.action) { in onReceive()
99 unlockFilter.addAction(Intent.ACTION_USER_UNLOCKED)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java323 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startPackageListening()
350 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java253 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in register()
270 case Intent.ACTION_USER_UNLOCKED: in register()
DNetworkScoreService.java111 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
273 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in NetworkScoreService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityControllerImpl.java123 filter.addAction(Intent.ACTION_USER_UNLOCKED); in SecurityControllerImpl()
421 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
DUserSwitcherController.java141 filter.addAction(Intent.ACTION_USER_UNLOCKED); in UserSwitcherController()
540 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
/frameworks/base/core/tests/coretests/src/android/content/
DAbstractCrossUserContentResolverTest.java94 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java202 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startListening()
215 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSecurityControllerTest.java193 Intent intent = new Intent(Intent.ACTION_USER_UNLOCKED); in refreshCACerts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java146 case Intent.ACTION_USER_UNLOCKED:
278 filter.addAction(Intent.ACTION_USER_UNLOCKED); in setUpWithPresenter()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java227 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch, testUser); in switchUser_stopped()
623 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch1, testUser); in initializeNewUserAndSwitchBack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DPluginFragment.java65 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in onCreate()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java67 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CertificateMonitor()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java857 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_UNLOCKED)); in testBroadcastUndeliveredUserLocked()
914 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_UNLOCKED)); in testBroadcastUndeliveredDeleted()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java343 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
409 mUserUnlockedReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in init()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java807 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in onBootPhase()
811 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onBootPhase()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java23 import static android.content.Intent.ACTION_USER_UNLOCKED;
1222 } else if (ACTION_USER_UNLOCKED.equals(action)) {
1733 allUserFilter.addAction(ACTION_USER_UNLOCKED); in KeyguardUpdateMonitor()
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java843 filter.addAction(Intent.ACTION_USER_UNLOCKED);
1978 if (!TextUtils.equals(action, Intent.ACTION_USER_UNLOCKED)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java397 Intent intentSimStateChanged = new Intent(Intent.ACTION_USER_UNLOCKED); in testSimLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java1283 mUserUnlockReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCarrierPrivilegesLoadedMessage()

12