Home
last modified time | relevance | path

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

1234

/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/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/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/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/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/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
Dpausing.jd97 super.onPause(); // Always call the superclass method first
147 super.onResume(); // 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
Dpausing.jd83 super.onPause(); // Always call the superclass method first
133 super.onResume(); // Always call the superclass method first
/frameworks/base/docs/html/topic/performance/power/network/
Daction-any-traffic.jd68 Your app can avoid downloading duplicate data by caching. Always cache static resources,
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd36 …avoid downloading duplicate data. You can do this by aggressive caching. Always cache static resou…
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
Dandroid-7.0.jd599 <h3 id="always_on_vpn">Always on VPN </h3>
611 <p>システムがアプリの介入なしに VPN サービスを直接バインドするため、Always on VPN の新しいエンドポイントは VPN クライアント側で処理する必要があります。
617 …s] &gt; [More] &gt; [Vpn]</strong> から、<code>VPNService</code> のメソッドを実装した Always on VPN クライアントを手動で設…
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/
Dandroid-7.0.jd599 <h3 id="always_on_vpn">Always on VPN </h3>
611 <p>由于 VPN 服务无需应用交互即可由系统直接绑定,因此,VPN 客户端必须针对 Always on VPN 处理新的入口点。
617 …用户还可以使用 <strong>Settings&gt;More&gt;Vpn</strong> 在主要用户中手动设置实现 <code>VPNService</code> 方法的 Always o…

1234