OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refreshDisplay
(Results
1 - 5
of
5
) sorted by null
/development/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java
62
// Sets
refreshDisplay
to true so that when the user returns to the main
64
NetworkActivity.
refreshDisplay
= true;
NetworkActivity.java
75
public static boolean
refreshDisplay
= true;
108
// Only loads the page if
refreshDisplay
is true. Otherwise, keeps previous
113
if (
refreshDisplay
) {
300
// If device has its Wi-Fi connection, sets
refreshDisplay
303
refreshDisplay
= true;
307
// (which by process of elimination would be mobile), sets
refreshDisplay
to true.
309
refreshDisplay
= true;
314
// Sets
refreshDisplay
to false.
316
refreshDisplay
= false;
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java
62
// Sets
refreshDisplay
to true so that when the user returns to the main
64
NetworkActivity.
refreshDisplay
= true;
NetworkActivity.java
75
public static boolean
refreshDisplay
= true;
108
// Only loads the page if
refreshDisplay
is true. Otherwise, keeps previous
113
if (
refreshDisplay
) {
300
// If device has its Wi-Fi connection, sets
refreshDisplay
303
refreshDisplay
= true;
307
// (which by process of elimination would be mobile), sets
refreshDisplay
to true.
309
refreshDisplay
= true;
314
// Sets
refreshDisplay
to false.
316
refreshDisplay
= false;
/prebuilts/devtools/tools/lib/
monkeyrunner.jar
Completed in 626 milliseconds