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

  /packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
TelephonyRegistryTestApp.java 44 private static final SparseArray<String> EVENTS = new SparseArray<String>() {{
93 LinearLayout eventContainer = (LinearLayout) findViewById(R.id.events);
94 for (int i = 0; i < EVENTS.size(); i++) {
96 box.setText(EVENTS.valueAt(i));
97 final int eventCode = EVENTS.keyAt(i);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionEventStore.java 44 private static final Set<String> EVENTS = new HashSet<>(
63 * Writes individual log events.
66 * @param eventType Type of event (one of {@link #EVENTS}).
69 if (!EVENTS.contains(eventType)) {
80 * Reads metric of the the reported events (e.g., counts).
83 * @param eventType Type of event (one of {@link #EVENTS}).
88 if (!EVENTS.contains(eventType)) {
  /tools/loganalysis/src/com/android/loganalysis/item/
KernelLogItem.java 40 public static final String EVENTS = "EVENTS";
43 START_TIME, STOP_TIME, EVENTS));
56 setAttribute(EVENTS, new ItemList());
88 * Get the list of all {@link MiscKernelLogItem} events.
91 return (ItemList) getAttribute(EVENTS);
95 * Add an {@link MiscKernelLogItem} event to the end of the list of events.
103 ((ItemList) getAttribute(EVENTS)).add(event);
107 * Get the list of all {@link MiscKernelLogItem} events for a category.
120 * Get the list of all {@link SELinuxItem} events
164 JSONArray events = new JSONArray(); local
    [all...]
LogcatItem.java 39 public static final String EVENTS = "EVENTS";
42 START_TIME, STOP_TIME, EVENTS));
53 setAttribute(EVENTS, new ItemList());
85 * Get the list of all {@link MiscLogcatItem} events.
88 return (ItemList) getAttribute(EVENTS);
92 * Add an {@link MiscLogcatItem} event to the end of the list of events.
95 ((ItemList) getAttribute(EVENTS)).add(event);
99 * Get the list of all {@link AnrItem} events.
112 * Get the list of all {@link JavaCrashItem} events
210 JSONArray events = new JSONArray(); local
    [all...]
  /external/iputils/
rarpd.c 705 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)
706 pset[0].events = EVENTS;
708 pset[1].events = EVENTS;
720 if (pset[i].revents&EVENTS)
  /external/iproute2/misc/
arpd.c 797 #define EVENTS (POLLIN|POLLPRI|POLLERR|POLLHUP)
798 pset[0].events = EVENTS;
800 pset[1].events = EVENTS;
820 if (pset[0].revents&EVENTS)
822 if (pset[1].revents&EVENTS)
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 35 import android.provider.CalendarContract.Events;
83 Events._SYNC_ID + "," +
84 Events.CALENDAR_ID + "," +
85 Events.TITLE + "," +
86 Events.EVENT_LOCATION + "," +
87 Events.DESCRIPTION + "," +
88 Events.EVENT_COLOR + "," +
89 Events.EVENT_COLOR_KEY + "," +
90 Events.STATUS + "," +
91 Events.SELF_ATTENDEE_STATUS + ","
    [all...]
CalendarProvider2.java 53 import android.provider.CalendarContract.Events;
110 new String[] {Events._ID};
113 Events._SYNC_ID,
114 Events.RRULE,
115 Events.RDATE,
116 Events.ORIGINAL_ID,
117 Events.ORIGINAL_SYNC_ID,
164 * Projection to query for correcting times in allDay events.
167 Events._ID,
168 Events.DTSTART
4142 Cursor events = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 4833 milliseconds