OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendEvent
(Results
26 - 45
of
45
) sorted by null
1
2
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
429
private void
sendEvent
(Event evt) {
430
Log.d(TAG, "
sendEvent
: " + evt.eventType + " " + evt.handle + " "
434
Log.d(TAG, "
sendEvent
: No MNS client registered or connected- don't send event");
439
mMnsClient.
sendEvent
(evt.encode(), mMasId);
542
sendEvent
(evt);
553
sendEvent
(evt);
562
sendEvent
(evt);
567
sendEvent
(evt);
581
sendEvent
(evt);
622
sendEvent
(evt)
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java
298
mController.
sendEvent
(this, EventType.GO_TO, time, time, -1, ViewType.CURRENT);
527
mController.
sendEvent
(this, EventType.UPDATE_TITLE, t, t, -1, ViewType.CURRENT,
587
mController.
sendEvent
(this, EventType.USER_HOME, null, null, -1, ViewType.CURRENT);
689
mController.
sendEvent
(this, EventType.GO_TO, t, null,
692
mController.
sendEvent
(this, EventType.GO_TO, t, null, -1, viewType);
699
mController.
sendEvent
(this, EventType.GO_TO, null, null, -1, mPreviousView);
782
mController.
sendEvent
(this, EventType.LAUNCH_SELECT_VISIBLE_CALENDARS, null, null,
[
all
...]
DayView.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/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/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
/prebuilts/devtools/tools/lib/
osgi-4.0.0.jar
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar
/prebuilts/tools/common/osgi/
osgi.jar
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 1199 milliseconds
1
2