Home
last modified time | relevance | path

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

12

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DUserLifecycleTests.java142 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch, testUser); in switchUser_stopped()
221 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch, userInfo.id); in managedProfileUnlock()
242 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch1, userInfo.id); in managedProfileUnlock_stopped()
249 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch2, userInfo.id); in managedProfileUnlock_stopped()
300 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch, userInfo.id); in managedProfileStopped()
347 registerBroadcastReceiver(Intent.ACTION_USER_UNLOCKED, latch1, testUser); in initializeNewUserAndSwitchBack()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIntentBroadcaster.java47 if (action.equals(Intent.ACTION_USER_UNLOCKED)) {
67 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.java169 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsDispatchersController()
178 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
DWapPushOverSms.java97 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
180 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in WapPushOverSms()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarTrustAgentUnlockDialogHelper.java110 filter.addAction(Intent.ACTION_USER_UNLOCKED); in getIntentFilter()
191 case Intent.ACTION_USER_UNLOCKED: in onReceive()
DFullscreenUserSwitcher.java99 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in FullscreenUserSwitcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java290 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startPackageListening()
308 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java215 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in start()
225 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { in start()
DNetworkScoreService.java111 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
273 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in NetworkScoreService()
/frameworks/base/core/tests/coretests/src/android/content/
DAbstractCrossUserContentResolverTest.java93 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java197 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startListening()
210 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java131 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
248 filter.addAction(Intent.ACTION_USER_UNLOCKED); in setUpWithPresenter()
/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.java72 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CertificateMonitor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java128 filter.addAction(Intent.ACTION_USER_UNLOCKED); in UserSwitcherController()
529 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java823 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_UNLOCKED)); in testBroadcastUndeliveredUserLocked()
877 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())) {
407 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.java21 import static android.content.Intent.ACTION_USER_UNLOCKED;
1169 } else if (ACTION_USER_UNLOCKED.equals(action)) {
1567 allUserFilter.addAction(ACTION_USER_UNLOCKED); in KeyguardUpdateMonitor()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java422 Intent intentSimStateChanged = new Intent(Intent.ACTION_USER_UNLOCKED); in testSimLoaded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java1296 mUserUnlockReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCarrierPrivilegesLoadedMessage()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java494 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in registerBroadcastReceivers()
505 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java446 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
646 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SyncManager()

12