HomeSort by relevance Sort by last modified time
    Searched defs:STATE (Results 1 - 23 of 23) sorted by null

  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 45 static final String STATE = "state";
66 + Profiles.STATE + " TEXT,"
105 Profiles.STATE,
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 51 // State.
52 private final static String STATE = "state";
71 mState = icicle.getBundle(STATE);
113 outState.putBundle(STATE, mState);
SlideshowEditActivity.java 67 // State.
68 private final static String STATE = "state";
94 // Retrieve previously saved state of this activity.
95 mState = icicle.getBundle(STATE);
179 Log.v(TAG, "Saving state: " + mState);
181 outState.putBundle(STATE, mState);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
AutofillPopupTest.java 39 private static final String STATE = "CA";
86 ADDRESS_LINE2, CITY, STATE, ZIP_CODE, COUNTRY, PHONE_NUMBER, EMAIL);
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 38 * to convey its current state to the system. The columns and URIS for
143 * The mail box state of the voicemail. This field is currently not used by the system.
149 public static final String STATE = "state";
151 * Value of {@link #STATE} when the voicemail is in inbox.
156 * Value of {@link #STATE} when the voicemail has been marked as deleted.
161 * Value of {@link #STATE} when the voicemail has marked as undeleted.
237 * The configuration state of the voicemail source.
255 * <p> This state must be used when the source has verified that the current user can be
260 * The data channel state of the voicemail source. This the channel through which the sourc
    [all...]
CalendarContract.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 45 private static final String STATE = "state";
84 mState = savedInstanceState.getInt(STATE, 0);
101 outState.putInt(STATE, mState);
191 * Return to the state machine to progress through the tests.
198 * Wait for things to settle before returning to the state machine.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 62 private static final String STATE = "state";
118 mState = savedInstanceState.getInt(STATE, 0);
140 outState.putInt(STATE, mState);
326 * Return to the state machine to progress through the tests.
333 * Wait for things to settle before returning to the state machine.
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.h 110 STATE = 328,
218 #define STATE 328
276 gl_state_index state[STATE_LENGTH]; member in union:YYSTYPE
program_parse.tab.c 119 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
135 static int yyparse(struct asm_parser_state *state);
139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
143 struct asm_parser_state *state);
194 #define YYLEX_PARAM state->scanner
295 STATE = 328,
403 #define STATE 328
461 gl_state_index state[STATE_LENGTH]; member in union:YYSTYPE
725 /* YYFINAL -- State number of the termination state. *
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 84 * <li>If the mobile data network is not in the connected state, but it is available,
118 public static final String STATE = "state";
453 TransactionState state = transaction.getState(); local
454 int result = state.getState();
455 intent.putExtra(STATE, result);
463 intent.putExtra(STATE_URI, state.getContentUri());
472 this, state.getContentUri());
490 Log.v(TAG, "Transaction state unknown: " +
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 261 * Each xmlValidState represent the validation state associated to the
341 * debug/maintain than a generic NFA -> DFA state based algo. The
345 * this is the content of a saved state for rollbacks
356 unsigned char state; /* ROLLBACK_XXX */ member in struct:_xmlValidState
365 #define STATE ctxt->vstate->state
376 unsigned char state) {
405 * Don't push on the stack a state already here
411 (ctxt->vstateTab[i].state == state))
5722 xmlValidStatePtr state = ctxt->vstate; local
5814 xmlValidStatePtr state = ctxt->vstate; local
5888 xmlValidStatePtr state = ctxt->vstate; local
    [all...]
  /external/libxml2/
valid.c 261 * Each xmlValidState represent the validation state associated to the
341 * debug/maintain than a generic NFA -> DFA state based algo. The
345 * this is the content of a saved state for rollbacks
356 unsigned char state; /* ROLLBACK_XXX */ member in struct:_xmlValidState
365 #define STATE ctxt->vstate->state
376 unsigned char state) {
405 * Don't push on the stack a state already here
411 (ctxt->vstateTab[i].state == state))
5722 xmlValidStatePtr state = ctxt->vstate; local
5814 xmlValidStatePtr state = ctxt->vstate; local
5888 xmlValidStatePtr state = ctxt->vstate; local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 42 * Values for the current state of a Folder/Account; note that it's possible that more than one
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 231 milliseconds