Searched defs:eventType (Results 1 - 8 of 8) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyEvent.java26 protected int eventType; field in class:MonkeyEvent
45 eventType = type;
52 return eventType;
/development/apps/Development/src/com/android/development/
H A DConnectivity.java355 private void scheduleAlarm(long delayMs, String eventType) { argument
359 i.putExtra(TEST_ALARM_EXTRA, eventType);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DAccessibilityNodeProviderActivity.java290 * @param eventType The type of the event to send.
292 private void sendAccessibilityEventForVirtualView(VirtualView virtualView, int eventType) { argument
296 AccessibilityEvent event = AccessibilityEvent.obtain(eventType);
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 89 milliseconds