Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
H A DFinalizationActivityBase.java19 import static android.content.Intent.ACTION_USER_UNLOCKED;
61 if (!ACTION_USER_UNLOCKED.equals(intent.getAction())) {
133 filter.addAction(ACTION_USER_UNLOCKED); in registerUserUnlockedReceiver()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppFileProvider.java48 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
69 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in attachInfo()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntentBroadcaster.java46 if (action.equals(Intent.ACTION_USER_UNLOCKED)) {
66 context.registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in IntentBroadcaster()
H A DSmsBroadcastUndelivered.java102 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
150 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
H A DCarrierServiceBindHelper.java81 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
141 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null /* broadcastPermission */, in CarrierServiceBindHelper()
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbHostManagementActivity.java18 import static android.content.Intent.ACTION_USER_UNLOCKED;
144 registerReceiver(mResolveBroadcastReceiver, new IntentFilter(ACTION_USER_UNLOCKED)); in onResume()
147 mResolveBroadcastReceiver.onReceive(this, new Intent(ACTION_USER_UNLOCKED)); in onResume()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DUserUnlockedBlockingReceiver.java43 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DProfileService.java281 filter.addAction(Intent.ACTION_USER_UNLOCKED); in doStart()
295 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in doStart()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DComponentController.java86 case Intent.ACTION_USER_UNLOCKED:
111 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in ComponentController()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentsAnimationDeviceState.java20 import static android.content.Intent.ACTION_USER_UNLOCKED;
125 if (ACTION_USER_UNLOCKED.equals(intent.getAction())) {
163 new IntentFilter(ACTION_USER_UNLOCKED)); in RecentsAnimationDeviceState()
/aosp12/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DCurrentUserServiceSupplier.java220 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in register()
292 case Intent.ACTION_USER_UNLOCKED: in onReceive()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaResumeListener.kt73 if (Intent.ACTION_USER_UNLOCKED == intent.action) {
110 unlockFilter.addAction(Intent.ACTION_USER_UNLOCKED)
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java141 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startListening()
153 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaResumeListenerTest.kt297 val intent = Intent(Intent.ACTION_USER_UNLOCKED)
383 val intent = Intent(Intent.ACTION_USER_UNLOCKED)
404 val intent = Intent(Intent.ACTION_USER_UNLOCKED)
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DFallbackHome.java63 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCreate()
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dapp.te17 # the ACTION_USER_UNLOCKED intent is delivered. Apps are not
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java337 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startPackageListening()
364 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientService.java88 filter.addAction(Intent.ACTION_USER_UNLOCKED); in start()
203 } else if (action.equals(Intent.ACTION_USER_UNLOCKED)) { in onReceive()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerImpl.java131 filter.addAction(Intent.ACTION_USER_UNLOCKED); in SecurityControllerImpl()
485 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
H A DClusterRenderingService.java18 import static android.content.Intent.ACTION_USER_UNLOCKED;
464 IntentFilter intentFilter = new IntentFilter(ACTION_USER_UNLOCKED); in register()
H A DMainClusterActivity.java22 import static android.content.Intent.ACTION_USER_UNLOCKED;
188 IntentFilter intentFilter = new IntentFilter(ACTION_USER_UNLOCKED); in register()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DFallbackHome.java102 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCreate()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/
H A DFallbackHome.java118 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCreate()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DAbstractCrossUserContentResolverTest.java94 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSecurityControllerTest.java217 Intent intent = new Intent(Intent.ACTION_USER_UNLOCKED); in refreshCACerts()

123