HomeSort by relevance Sort by last modified time
    Searched refs:CURRENT (Results 1 - 17 of 17) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
NetworkInfo.java 29 CURRENT,
89 } else if (s.equals("current")) {
90 return State.CURRENT;
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 195 public static final int CURRENT = 0;
201 public static final String[] strings = { "current", "disabled", "enabled" };
212 * The current status of this network configuration entry.
319 if (this.status == WifiConfiguration.Status.CURRENT) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 370 if (config.status == Status.CURRENT) {
373 config.status = Status.CURRENT;
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 161 if ((!w.SSID.equals(wifiConfiguration.SSID)) && w.status != Status.CURRENT) {
  /packages/apps/Settings/src/com/android/settings/battery_history/
BatteryHistory.java 72 private static final int CURRENT = 1;
826 case CURRENT:
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 408 values.put(Telephony.Carriers.CURRENT, 1);
  /hardware/msm7k/libaudio/
AudioHardware.cpp 119 CHECK_FOR(CURRENT)
244 // even if the new device selected is the same as current one.
    [all...]
  /external/jpeg/
ltmain.sh 247 # Accept the current argument as the source file.
852 current=0
897 test -n "$2" && current="$2"
902 case "$current" in
905 $echo "$modename: CURRENT \`$current' is not a nonnegative integer" 1>&2
929 if test $age -gt $current; then
930 $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
936 version_vars="version_type current age revision
    [all...]
  /external/libxml2/
pattern.c 176 const xmlChar *cur; /* the current char being parsed */
181 xmlNodePtr elem; /* the current node if any */
721 #define CURRENT (*ctxt->cur)
    [all...]
xpointer.c 884 * CUR_PTR return the current pointer to the xmlChar to be parsed.
885 * CUR returns the current xmlChar value, i.e. a 8 bit value
894 * CURRENT Returns the current char value, with the full decoding of
898 * It returns the pointer to the current xmlChar.
909 #define CURRENT (*ctxt->cur)
917 * Move the current node of the nodeset on the stack to the
    [all...]
HTMLparser.c 214 * CUR_PTR return the current pointer to the xmlChar to be parsed.
215 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
216 * in ISO-Latin or UTF-8, and the current 16 bit value if compiled
229 * CURRENT Returns the current char value, with the full decoding of
233 * NEXTL(l) Skip the current unicode character of l xmlChars long.
255 #define CURRENT ((int) (*ctxt->input->cur))
295 * The current char value, if using UTF-8 this may actually span multiple
301 * Returns the current char value and its length
    [all...]
xpath.c 352 /* cleanup current last error */
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 445 * Avoid doing a disable when the current Wifi state is UNKNOWN
837 if (result[3].indexOf("[CURRENT]") != -1)
838 config.status = WifiConfiguration.Status.CURRENT;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 462 milliseconds