Searched refs:what (Results 351 - 375 of 389) sorted by relevance

<<111213141516

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandParamsFactory.java194 switch (msg.what) {
/frameworks/base/media/java/android/media/
H A DAudioManager.java1798 * When losing focus, listeners can use the focus change information to decide what
1852 listener.onAudioFocusChange(msg.what);
2266 * The flags describing what information has changed in the current remote control client.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java85 switch (msg.what)
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java869 switch (msg.what) {
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1914 switch (msg.what) {
1921 throw new IllegalStateException("unhandled message: " + msg.what);
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java400 if (msg.what == MSG_WRITE_STATUS) {
404 } else if (msg.what == MSG_WRITE_STATISTICS) {
1205 * real, live active sync objects, so be careful what you do with it.
1221 * so be careful what you do with them.
1237 * so be careful what you do with them.
1308 * so be careful what you do with them.
1324 * so be careful what you do with them.
/frameworks/base/services/java/com/android/server/
H A DMountService.java401 switch (msg.what) {
2178 switch (msg.what) {
H A DNotificationManagerService.java857 switch (msg.what)
H A DThrottleService.java396 switch (msg.what) {
/frameworks/native/opengl/libagl/
H A Degl.cpp266 void dump(char const* what) { argument
268 what, left, top, right-left, bottom-top);
1583 // FIXME: this surface is current check what the spec says
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java1120 msg.what = DctConstants.EVENT_DATA_SETUP_COMPLETE;
1924 SystemProperties.set("gsm.defaultpdpcontext.active", "false"); // TODO - what the heck? This shoudld go
2276 switch (msg.what) {
H A DGsmMmiCode.java892 switch (msg.what) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h352 switch (msg->what()) {
781 msg->setInt32("what", kWhatDisconnected);
890 msg->setInt32("what", kWhatSeekDone);
999 msg->setInt32("what", kWhatSeekDone);
1097 // Server doesn't even tell use what range it is going to
1413 msg->setInt32("what", kWhatConnected);
1486 msg->setInt32("what", kWhatAccessUnit);
1494 msg->setInt32("what", kWhatEOS);
1502 msg->setInt32("what", kWhatSeekDiscontinuity);
1510 msg->setInt32("what", kWhatNormalPlayTimeMappin
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java342 switch (msg.what) {
899 * it has processed your request to tell you what it has done. The result
968 * it has processed your request to tell you what it has done. The result
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java309 switch (msg.what) {
1388 * for what to do. On return back to C++ side, the WebCore thread will
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1512 switch (msg.what) {
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1300 * called from native code to inform us what the GPS engine capabilities are
1498 int message = msg.what;
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1206 switch (msg.what) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java601 switch (msg.what) {
H A DSMSDispatcher.java295 switch (msg.what) {
H A DRIL.java298 switch (msg.what) {
665 setOnNITZTime(Handler h, int what, Object obj) { argument
666 super.setOnNITZTime(h, what, obj);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java643 switch (m.what) {
860 * this is what he wants. (see bug 1131461)
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java315 switch (msg.what) {
574 msg.what = ActivityManagerService.SHOW_COMPAT_MODE_DIALOG_MSG;
2236 // Now we've moved it in to place... but what if this is
3468 msg.what = IDLE_NOW_MSG;
4599 // Determine what has changed. May be nothing, if this is a config
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp397 switch (msg->what()) {
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java258 switch (msg.what) {

Completed in 495 milliseconds

<<111213141516