/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 142 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/ |
D | IntentBroadcaster.java | 47 if (action.equals(Intent.ACTION_USER_UNLOCKED)) { 67 context.registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in IntentBroadcaster()
|
D | SmsBroadcastUndelivered.java | 108 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { 160 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
|
D | CarrierServiceBindHelper.java | 81 if (Intent.ACTION_USER_UNLOCKED.equals(action)) { 141 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null /* broadcastPermission */, in CarrierServiceBindHelper()
|
D | SmsDispatchersController.java | 169 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsDispatchersController() 178 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
|
D | WapPushOverSms.java | 97 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/ |
D | CarTrustAgentUnlockDialogHelper.java | 110 filter.addAction(Intent.ACTION_USER_UNLOCKED); in getIntentFilter() 191 case Intent.ACTION_USER_UNLOCKED: in onReceive()
|
D | FullscreenUserSwitcher.java | 99 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in FullscreenUserSwitcher()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
D | TileLifecycleManager.java | 290 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/ |
D | ServiceWatcher.java | 215 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in start() 225 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { in start()
|
D | NetworkScoreService.java | 111 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/ |
D | AbstractCrossUserContentResolverTest.java | 93 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 197 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/ |
D | NotificationLockscreenUserManagerImpl.java | 131 } 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/ |
D | PluginFragment.java | 65 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in onCreate()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | CertificateMonitor.java | 72 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CertificateMonitor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | UserSwitcherController.java | 128 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/ |
D | GsmInboundSmsHandlerTest.java | 823 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/ |
D | EuiccConnector.java | 343 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/ |
D | VrManagerService.java | 807 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/ |
D | KeyguardUpdateMonitor.java | 21 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/ |
D | SubscriptionInfoUpdaterTest.java | 422 Intent intentSimStateChanged = new Intent(Intent.ACTION_USER_UNLOCKED); in testSimLoaded()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 1296 mUserUnlockReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCarrierPrivilegesLoadedMessage()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 494 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/ |
D | SyncManager.java | 446 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { 646 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SyncManager()
|