Searched defs:ANY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java10 * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
66 public static final String ANY = "Any"; field in class:NetworkActivity
147 if (((sPref.equals(ANY)) && (wifiConnected || mobileConnected))
306 // If the setting is ANY network and there is a network connection
308 } else if (ANY.equals(sPref) && networkInfo != null) {
/frameworks/base/media/java/android/media/
H A DMetadata.java12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
63 public static final int ANY = 0; // Never used for metadata returned, only for filtering. field in class:Metadata
211 public static final Set<Integer> MATCH_ALL = Collections.singleton(ANY);
525 if (val <= ANY || (LAST_SYSTEM < val && val < FIRST_CUSTOM)) {

Completed in 336 milliseconds