HomeSort by relevance Sort by last modified time
    Searched defs:CURRENT (Results 1 - 13 of 13) 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) {
  /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/core/java/android/provider/
Telephony.java     [all...]
  /packages/apps/Settings/src/com/android/settings/battery_history/
BatteryHistory.java 72 private static final int CURRENT = 1;
826 case CURRENT:
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 186 milliseconds