Home
last modified time | relevance | path

Searched refs:Always (Results 1 – 25 of 111) sorted by relevance

12345

/frameworks/base/docs/html-intl/intl/zh-cn/preview/
Dsupport.jd423 <li>设置 DISALLOW_VPN_CONFIG 会导致设备规范客户端设置的 Always-on-VPN 显示同意对话框。
427 <li>在 VPN 以 Always-on-VPN 模式连接之前,流量不会锁定。
719 <li>Always on VPN
721 <li>如果 Always On VPN 模式已打开,但 VPN 却不可用,这表示应用是通过普通网络链接。
726 <li>在 Always On 模式下,当设备以直接启动模式重新启动后,VPN 连接未建立,即使是在用户解锁安全锁屏之后。
795 无法切换语音搜索“Always On”选项。
966 <li>Always on VPN
968 <li>如果 Always On VPN 模式开启,但 VPN 却不可用,这表示应用未被指定为通过普通网络连接的 Always On 政策例外。
970 除非应用被指定为 Always On 政策例外,否则当没有可用的 VPN 连接时,应用会处于脱机状态。
973 <li>在 Always On 模式下,当设备以直接启动模式重新启动后,VPN 连接未建立,即使是在用户解锁安全锁屏之后。
/frameworks/base/docs/html-intl/intl/ja/preview/
Dsupport.jd719 <li>Always On VPN
721 <li>Always On VPN モードがオンで、VPN が使用できない場合、アプリが通常のネットワークで接続します。
726 …<li>Always On モードがオンになっているとき、端末が再起動してダイレクト ブート モードになった後は、ユーザーがセキュリティ保護されたロック画面をロック解除した後でも、VPN 接続が確…
795 音声検索の [Always On] オプションを切り替えることができません。
966 <li>Always On VPN
968 <li>Always On VPN モードがオンで、VPN が使用できない場合、Always On ポリシーの例外として指定されていないアプリが通常のネットワークで接続します。
970 Always On VPN ポリシーの例外として指定されていない限り、VPN 接続を使用できない場合、アプリはオフラインである必要があります。
973 …<li>Always On モードがオンになっているとき、端末が再起動してダイレクト ブート モードになった後は、ユーザーがセキュリティ保護されたロック画面をロック解除した後でも、VPN 接続が確…
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Drecreating.jd109 // Always call the superclass so it can save the view hierarchy state
140 super.onCreate(savedInstanceState); // Always call the superclass first
163 // Always call the superclass so it can restore the view hierarchy
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
Dpausing.jd83 super.onPause(); // Always call the superclass method first
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Drecreating.jd109 // Always call the superclass so it can save the view hierarchy state
140 super.onCreate(savedInstanceState); // Always call the superclass first
163 // Always call the superclass so it can restore the view hierarchy
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
Dpausing.jd83 super.onPause(); // Always call the superclass method first
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Drecreating.jd109 // Always call the superclass so it can save the view hierarchy state
140 super.onCreate(savedInstanceState); // Always call the superclass first
163 // Always call the superclass so it can restore the view hierarchy
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
Dpausing.jd83 super.onPause(); // Always call the superclass method first
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Drecreating.jd109 // Always call the superclass so it can save the view hierarchy state
140 super.onCreate(savedInstanceState); // Always call the superclass first
163 // Always call the superclass so it can restore the view hierarchy
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
Dpausing.jd83 super.onPause(); // Always call the superclass method first
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Drecreating.jd109 // Always call the superclass so it can save the view hierarchy state
140 super.onCreate(savedInstanceState); // Always call the superclass first
163 // Always call the superclass so it can restore the view hierarchy
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
Dpausing.jd83 super.onPause(); // Always call the superclass method first
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/zh-cn/preview/features/
Dafw.jd27 <li><a href="#always-on-vpn">Always-On VPN</a>
179 <h2 id="always-on-vpn">Always-On VPN</h2>
195 由于 VPN 服务无需应用交互即可由系统直接绑定,因此,VPN 客户端必须针对 Always on VPN 处理新的入口点。
203 android.net.VpnService} 的 Always on VPN 客户端。
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd110 // Always call the superclass so it can save the view hierarchy state
115 <p class="caution"><strong>Caution:</strong> Always call the superclass implementation of {@link
141 super.onCreate(savedInstanceState); // Always call the superclass first
164 // Always call the superclass so it can restore the view hierarchy
173 <p class="caution"><strong>Caution:</strong> Always call the superclass implementation of {@link
Dstopping.jd95 super.onStop(); // Always call the superclass method first
156 super.onStart(); // Always call the superclass method first
173 super.onRestart(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
Drecreating.jd109 // Always call the superclass so it can save the view hierarchy state
140 super.onCreate(savedInstanceState); // Always call the superclass first
163 // Always call the superclass so it can restore the view hierarchy
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ja/preview/features/
Dafw.jd23 <li><a href="#always-on-vpn">Always On VPN</a>
175 <h2 id="always-on-vpn">Always On VPN</h2>
/frameworks/base/docs/html-intl/intl/in/preview/
Dsupport.jd719 <li>Always-On VPN
721 <li>Jika mode Always-On VPN diaktifkan, namun VPN tidak tersedia, aplikasi
726 <li>Bila mode Always-On aktif, koneksi VPN tidak akan dibuat setelah
795 Tidak bisa mengubah opsi "Always On" untuk Voice Search.
966 <li>Always-On VPN
968 <li>Jika mode Always-On VPN diaktifkan, namun VPN tidak tersedia, aplikasi
969 yang tidak dinyatakan sebagai pengecualian pada kebijakan Always On akan menghubungkan melalui
970 jaringan biasa. Kecuali jika ditetapkan sebagai pengecualian pada kebijakan Always-On VPN,
973 <li>Bila mode Always On aktif, koneksi VPN tidak akan dibuat
/frameworks/base/docs/html-intl/intl/in/preview/features/
Dafw.jd23 <li><a href="#always-on-vpn">Always-On VPN
175 <h2 id="always-on-vpn">Always-On VPN</h2>
192 klien VPN perlu menangani titik masuk baru untuk Always-On VPN. Seperti sebelumnya,
198 Pengguna bisa secara manual menyetel klien Always-On VPN yang mengimplementasikan {@link

12345