/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsBroadcastUndelivered.java | 84 if (Intent.ACTION_USER_UNLOCKED.equals(intent.getAction())) { 134 userFilter.addAction(Intent.ACTION_USER_UNLOCKED); in SmsBroadcastUndelivered()
|
D | CarrierServiceBindHelper.java | 62 if (Intent.ACTION_USER_UNLOCKED.equals(action)) { 104 new IntentFilter(Intent.ACTION_USER_UNLOCKED), null /* broadcastPermission */, in CarrierServiceBindHelper()
|
D | SubscriptionInfoUpdater.java | 128 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/ |
D | TileLifecycleManager.java | 266 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/ |
D | ServiceWatcher.java | 153 intentFilter.addAction(Intent.ACTION_USER_UNLOCKED); in start() 162 } else if (Intent.ACTION_USER_UNLOCKED.equals(action)) { in start()
|
D | NetworkScoreService.java | 80 if (Intent.ACTION_USER_UNLOCKED.equals(action)) { 157 IntentFilter filter = new IntentFilter(Intent.ACTION_USER_UNLOCKED); in NetworkScoreService()
|
D | ConnectivityService.java | 760 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/ |
D | direct-boot.jd | 115 …知,请从一个正在运行的组件注册 {@link android.content.BroadcastReceiver} 以侦听 <code>ACTION_USER_UNLOCKED</code> 消息。
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/features/ |
D | direct-boot.jd | 115 …裝置的通知,請從執行中元件註冊 {@link android.content.BroadcastReceiver} 以接聽 <code>ACTION_USER_UNLOCKED</code> 訊息。
|
/frameworks/base/docs/html-intl/intl/ja/preview/features/ |
D | direct-boot.jd | 115 …中のコンポーネントから {@link android.content.BroadcastReceiver} を登録して、<code>ACTION_USER_UNLOCKED</code> メッセー…
|
/frameworks/base/docs/html-intl/intl/ko/preview/features/ |
D | direct-boot.jd | 117 <code>ACTION_USER_UNLOCKED</code> 메시지를 수신합니다. 또는,
|
/frameworks/base/docs/html-intl/intl/ru/preview/features/ |
D | direct-boot.jd | 117 для отслеживания сообщения <code>ACTION_USER_UNLOCKED</code>. Также приложение может
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmInboundSmsHandlerTest.java | 705 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/ |
D | UserSwitcherController.java | 123 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/ |
D | SubscriptionInfoUpdaterTest.java | 267 Intent intentSimStateChanged = new Intent(Intent.ACTION_USER_UNLOCKED); in testSimLoaded()
|
/frameworks/base/docs/html-intl/intl/in/preview/features/ |
D | direct-boot.jd | 117 untuk mendengarkan pesan <code>ACTION_USER_UNLOCKED</code>. Atau, Anda bisa
|
/frameworks/base/docs/html/preview/features/ |
D | direct-boot.jd | 122 listen for the {@code ACTION_USER_UNLOCKED} message.</li>
|
/frameworks/base/docs/html-intl/intl/es/preview/features/ |
D | direct-boot.jd | 117 para que escuche el mensaje <code>ACTION_USER_UNLOCKED</code>. O puedes
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/features/ |
D | direct-boot.jd | 117 para ouvir a mensagem <code>ACTION_USER_UNLOCKED</code>. Você também pode
|
/frameworks/base/docs/html-intl/intl/vi/preview/features/ |
D | direct-boot.jd | 117 để 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/ |
D | SyncManager.java | 397 } 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/ |
D | UserController.java | 321 final Intent unlockedIntent = new Intent(Intent.ACTION_USER_UNLOCKED); in finishUserUnlocked()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 358 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/ |
D | NotificationManagerService.java | 807 } else if (action.equals(Intent.ACTION_USER_UNLOCKED)) { 1027 filter.addAction(Intent.ACTION_USER_UNLOCKED); in onStart()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 2960 public static final String ACTION_USER_UNLOCKED = "android.intent.action.USER_UNLOCKED"; field in Intent
|