/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 | 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 | 151 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsDispatchersController() 160 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
|
D | WapPushOverSms.java | 96 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/ |
D | MediaResumeListener.kt | 63 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/ |
D | TileLifecycleManager.java | 323 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/ |
D | ServiceWatcher.java | 253 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in register() 270 case Intent.ACTION_USER_UNLOCKED: in register()
|
D | NetworkScoreService.java | 111 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/ |
D | SecurityControllerImpl.java | 123 filter.addAction(Intent.ACTION_USER_UNLOCKED); in SecurityControllerImpl() 421 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
|
D | UserSwitcherController.java | 141 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/ |
D | AbstractCrossUserContentResolverTest.java | 94 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 202 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/ |
D | SecurityControllerTest.java | 193 Intent intent = new Intent(Intent.ACTION_USER_UNLOCKED); in refreshCACerts()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationLockscreenUserManagerImpl.java | 146 case Intent.ACTION_USER_UNLOCKED: 278 filter.addAction(Intent.ACTION_USER_UNLOCKED); in setUpWithPresenter()
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | UserLifecycleTests.java | 227 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/ |
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 | 67 filter.addAction(Intent.ACTION_USER_UNLOCKED); in CertificateMonitor()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmInboundSmsHandlerTest.java | 857 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/ |
D | EuiccConnector.java | 343 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/ |
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 | 23 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/ |
D | ResolverActivity.java | 843 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/ |
D | SubscriptionInfoUpdaterTest.java | 397 Intent intentSimStateChanged = new Intent(Intent.ACTION_USER_UNLOCKED); in testSimLoaded()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccProfile.java | 1283 mUserUnlockReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCarrierPrivilegesLoadedMessage()
|