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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullParser.java 127 String eventName = localXmlPullParser.getName();
133 if (eventName.equalsIgnoreCase(ITEM)) {
148 if (eventName.equalsIgnoreCase(CONTENT)) {
155 } else if (eventName.equalsIgnoreCase(THUMBNAIL)) {
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 73 String eventName = cursor.getString(AlertActivity.INDEX_TITLE);
79 updateView(context, view, eventName, location, startMillis, endMillis, allDay);
82 public static void updateView(Context context, View view, String eventName, String location,
107 if (eventName == null || eventName.length() == 0) {
108 eventName = res.getString(R.string.no_title_label);
110 titleView.setText(eventName);
AlertService.java 371 notification = AlertReceiver.makeBasicNotification(context, info.eventName,
592 final String eventName = alertCursor.getString(ALERT_INDEX_TITLE);
    [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 118 AtomicString eventName = networkStateNotifier().onLine() ? eventNames().onlineEvent : eventNames().offlineEvent;
120 frames[i]->document()->dispatchWindowEvent(Event::create(eventName, false, false));
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 404 String eventName = eventStr.substring(EVENT_PREFIX_LEN_STR);
405 int nameEnd = eventName.indexOf(' ');
407 eventName = eventName.substring(0, nameEnd);
408 if (eventName.length() == 0) {
416 if (eventName.equals(CONNECTED_STR))
418 else if (eventName.equals(DISCONNECTED_STR))
420 else if (eventName.equals(STATE_CHANGE_STR))
422 else if (eventName.equals(SCAN_RESULTS_STR))
424 else if (eventName.equals(LINK_SPEED_STR)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 183 public Insert(String eventName) {
184 eventInfo = findEvent(eventName);
197 String eventName;
202 public Delete(String eventName, int expected, String account, String accountType) {
203 this.eventName = eventName;
210 Log.i(TAG, "delete " + eventName);
211 int rows = deleteMatchingEvents(eventName, account, accountType);
225 String eventName;
228 public Update(String eventName, KeyValue[] pairs)
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 151 milliseconds