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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
DismissAllAlarmsService.java 32 CalendarAlerts.STATE,
49 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.STATE_FIRED;
AlertService.java 64 CalendarAlerts.STATE, // 2
87 private static final String ACTIVE_ALERTS_SELECTION = "(" + CalendarAlerts.STATE + "=? OR "
88 + CalendarAlerts.STATE + "=?) AND " + CalendarAlerts.ALARM_TIME + "<=";
98 + CalendarAlerts.STATE + "=?";
133 vals.put(CalendarAlerts.STATE, CalendarAlerts.STATE_DISMISSED);
203 int state = alertCursor.getInt(ALERT_INDEX_STATE); local
208 + " eventId:" + eventId + " state: " + state + " minutes:" + minutes
230 if (state == CalendarAlerts.STATE_SCHEDULED) {
243 // Update row if state change
    [all...]
AlertActivity.java 67 CalendarAlerts.STATE, // 10
84 private static final String SELECTION = CalendarAlerts.STATE + "=?";
105 String selection = CalendarAlerts.STATE + "=" + CalendarAlerts.STATE_FIRED;
196 values.put(CalendarAlerts.STATE, CalendarAlerts.STATE_SCHEDULED);
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 46 static final String STATE = "state";
67 + Profiles.STATE + " TEXT,"
107 + Profiles.STATE + ","
134 Profiles.STATE,
AutofillHandler.java 102 String state = c.getString(c.getColumnIndex( local
103 AutoFillProfileDatabase.Profiles.STATE));
112 state, zip, country, phone);
  /packages/apps/Mms/src/com/android/mms/ui/
EditSlideDurationActivity.java 55 // State.
56 private final static String STATE = "state";
75 mState = icicle.getBundle(STATE);
117 outState.putBundle(STATE, mState);
SlideshowEditActivity.java 64 // State.
65 private final static String STATE = "state";
91 // Retrieve previously saved state of this activity.
92 mState = icicle.getBundle(STATE);
174 Log.v(TAG, "Saving state: " + mState);
176 outState.putBundle(STATE, mState);
  /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...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 131 #define OMX_DBG_DOM_STATE 0x1000ul /* state transitions */
417 #define OMX_PRSTATE0(dbg, format, list...) OMXDBG_PRINT((dbg).out, STATE, 0, (dbg).mask, format, ##list)
418 #define OMX_PRSTATE1(dbg, format, list...) OMXDBG_PRINT((dbg).out, STATE, 1, (dbg).mask, format, ##list)
419 #define OMX_PRSTATE2(dbg, format, list...) OMXDBG_PRINT((dbg).out, STATE, 2, (dbg).mask, format, ##list)
420 #define OMX_PRSTATE3(dbg, format, list...) OMXDBG_PRINT((dbg).out, STATE, 3, (dbg).mask, format, ##list)
421 #define OMX_PRSTATE4(dbg, format, list...) OMXDBG_PRINT((dbg).OMX_DBG_LEVEL4, STATE, 4, (dbg).mask, format, ##list)
422 #define OMX_PRSTATE5(dbg, format, list...) OMXDBG_PRINT((dbg).err, STATE, 5, (dbg).mask, format, ##list)
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
VoicemailProviderTest.java 112 values.put(Voicemails.STATE, 2);
548 values.put(Voicemails.STATE, Voicemails.STATE_INBOX);
CallLogProviderTest.java 64 Voicemails.STATE};
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 75 .add(Voicemails.STATE)
ContactsDatabaseHelper.java     [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 3 # dnslist - Read state file from dnsmasq and create a nice web page to display
45 # Location of state file. (This is the dnsmasq default.)
55 # Time to wait after each page update. (The state file is checked for changes
75 # Last time the state file was changed.
78 # Check for a change to the state file.
82 print "check_state: state file has been changed.\n";
90 print "check_state: reading state file at startup.\n";
97 # Read data in state file.
102 unless (open STATE, $dnsmasq_state_file) {
106 # Mark all hosts as offline, saving old state
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 483 db.delete(CalendarAlerts.TABLE_NAME, CalendarAlerts.STATE + "="
CalendarDatabaseHelper.java 322 * Upgrade sync state table if necessary. Note that the data bundle
325 * The sync state used to be stored with version 3, but now uses the
326 * same sync state code as contacts, which is version 1. This code
331 * so there is no problem if sync state version 3 gets used again in the
340 Log.i(TAG, "Upgrading calendar sync state table");
451 CalendarContract.CalendarAlerts.STATE + " INTEGER NOT NULL," +
    [all...]
CalendarProvider2.java     [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 80 * <li>If the mobile data network is not in the connected state, but it is available,
107 public static final String STATE = "state";
216 // Make sure we register for connection state changes.
283 // Make sure we're no longer listening for connection state changes.
403 TransactionState state = transaction.getState(); local
404 int result = state.getState();
405 intent.putExtra(STATE, result);
413 intent.putExtra(STATE_URI, state.getContentUri());
437 Log.v(TAG, "Transaction state unknown: "
    [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))
5772 xmlValidStatePtr state = ctxt->vstate; local
5864 xmlValidStatePtr state = ctxt->vstate; local
5938 xmlValidStatePtr state = ctxt->vstate; local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 168 * check that the state of the database is as expected.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 590 OMX_ERROR4(pCompPrivate->dbg, "%d :: Incorrect State Tr from Loaded to Invalid by Application\n",__LINE__);
690 * @pre The component should be in loaded state.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 571 OMX_PRSTATE2(pCompPrivate->dbg, " MP3DEC: Entered switch - Command State Set\n");
598 OMX_ERROR4(pCompPrivate->dbg, ":: Incorrect State Tr from Loaded to Invalid by Application\n");
693 * @pre The component should be in loaded state.
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 8 %NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE LAW. EXCEPT
    [all...]
  /prebuilt/sdk/14/
android.jar 

Completed in 1286 milliseconds