/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/ |
H A D | FinalizationActivityBase.java | 19 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 D | BluetoothOppFileProvider.java | 48 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 D | IntentBroadcaster.java | 46 if (action.equals(Intent.ACTION_USER_UNLOCKED)) { 66 context.registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in IntentBroadcaster()
|
H A D | SmsBroadcastUndelivered.java | 102 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { 150 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
|
H A D | CarrierServiceBindHelper.java | 81 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 D | UsbHostManagementActivity.java | 18 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 D | UserUnlockedBlockingReceiver.java | 43 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
H A D | ProfileService.java | 281 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 D | ComponentController.java | 86 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 D | RecentsAnimationDeviceState.java | 20 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 D | CurrentUserServiceSupplier.java | 220 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 D | MediaResumeListener.kt | 73 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 D | PluginManagerImpl.java | 141 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 D | MediaResumeListenerTest.kt | 297 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 D | FallbackHome.java | 63 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCreate()
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | app.te | 17 # the ACTION_USER_UNLOCKED intent is delivered. Apps are not
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | TileLifecycleManager.java | 337 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 D | PbapClientService.java | 88 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 D | SecurityControllerImpl.java | 131 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 D | ClusterRenderingService.java | 18 import static android.content.Intent.ACTION_USER_UNLOCKED; 464 IntentFilter intentFilter = new IntentFilter(ACTION_USER_UNLOCKED); in register()
|
H A D | MainClusterActivity.java | 22 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 D | FallbackHome.java | 102 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCreate()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/ |
H A D | FallbackHome.java | 118 registerReceiver(mReceiver, new IntentFilter(Intent.ACTION_USER_UNLOCKED)); in onCreate()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/ |
H A D | AbstractCrossUserContentResolverTest.java | 94 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null, null); in unlockUser()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | SecurityControllerTest.java | 217 Intent intent = new Intent(Intent.ACTION_USER_UNLOCKED); in refreshCACerts()
|