Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsBroadcastUndelivered.java84 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
134 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
DCarrierServiceBindHelper.java62 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
104 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null /* broadcastPermission */, in CarrierServiceBindHelper()
DSubscriptionInfoUpdater.java128 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SubscriptionInfoUpdater()
184 if (action.equals(Intent.ACTION_USER_UNLOCKED)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java266 filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in startPackageListening()
284 if (!Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { in onReceive()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java153 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in start()
162 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { in start()
DNetworkScoreService.java80 if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
157 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in NetworkScoreService()
DConnectivityService.java760 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in ConnectivityService()
3768 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Ddirect-boot.jd115 …知,请从一个正在运行的组件注册 {@link android.content.BroadcastReceiver} 以侦听 <code>ACTION_USER_UNLOCKED</code> 消息。
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/
Ddirect-boot.jd115 …裝置的通知,請從執行中元件註冊 {@link android.content.BroadcastReceiver} 以接聽 <code>ACTION_USER_UNLOCKED</code> 訊息。
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Ddirect-boot.jd115 …中のコンポーネントから {@link android.content.BroadcastReceiver} を登録して、<code>ACTION_USER_UNLOCKED</code> メッセー…
/frameworks/base/docs/html-intl/intl/ko/preview/features/
Ddirect-boot.jd117 <code>ACTION_USER_UNLOCKED</code> 메시지를 수신합니다. 또는,
/frameworks/base/docs/html-intl/intl/ru/preview/features/
Ddirect-boot.jd117 для отслеживания сообщения <code>ACTION_USER_UNLOCKED</code>. Также приложение может
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java705 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_UNLOCKED)); in testBroadcastUndeliveredUserLocked()
747 mContext.sendBroadcast(new Intent(Intent.ACTION_USER_UNLOCKED)); in testBroadcastUndeliveredDeleted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DUserSwitcherController.java123 filter.addAction(Intent.ACTION_USER_UNLOCKED); in UserSwitcherController()
511 } else if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java267 Intent intentSimStateChanged = new Intent(Intent.ACTION_USER_UNLOCKED); in testSimLoaded()
/frameworks/base/docs/html-intl/intl/in/preview/features/
Ddirect-boot.jd117 untuk mendengarkan pesan <code>ACTION_USER_UNLOCKED</code>. Atau, Anda bisa
/frameworks/base/docs/html/preview/features/
Ddirect-boot.jd122 listen for the {@code ACTION_USER_UNLOCKED} message.</li>
/frameworks/base/docs/html-intl/intl/es/preview/features/
Ddirect-boot.jd117 para que escuche el mensaje <code>ACTION_USER_UNLOCKED</code>. O puedes
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/
Ddirect-boot.jd117 para ouvir a mensagem <code>ACTION_USER_UNLOCKED</code>. Você também pode
/frameworks/base/docs/html-intl/intl/vi/preview/features/
Ddirect-boot.jd117 để lắng nghe thông báo <code>ACTION_USER_UNLOCKED</code>. Hoặc bạn có thể
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java397 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) {
552 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SyncManager()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java321 final Intent unlockedIntent = new Intent(Intent.ACTION_USER_UNLOCKED); in finishUserUnlocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java358 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in registerBroadcastReceivers()
369 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java807 } else if (action.equals(Intent.ACTION_USER_UNLOCKED)) {
1027 filter.addAction(Intent.ACTION_USER_UNLOCKED); in onStart()
/frameworks/base/core/java/android/content/
DIntent.java2960 public static final String ACTION_USER_UNLOCKED = "android.intent.action.USER_UNLOCKED"; field in Intent

12