Searched refs:what (Results 176 - 200 of 215) sorted by relevance

123456789

/frameworks/base/core/java/android/server/
H A DBluetoothEventLoop.java78 switch (msg.what) {
/frameworks/base/core/java/android/view/
H A DSurfaceView.java115 switch (msg.what) {
H A DViewRoot.java789 // what mode to use now.
1619 switch (msg.what) {
1781 if (msg.what == RESIZED_REPORT) {
2639 msg.what = WINDOW_FOCUS_CHANGED;
2647 msg.what = CLOSE_SYSTEM_DIALOGS;
3069 // acceleration on top of what we already compute based
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java137 // know what they are.
217 switch (msg.what) {
H A DWebView.java125 * // ... although note that there are restrictions on what this HTML can do.
532 // engadget always have wider mContentWidth no matter what viewport size is.
1724 // look at the cursor node, and not the focus node. Also, what is
2560 // FIXME: We scroll horizontally no matter what because currently
2878 * drawn by the WebTextView, since it conveys more information than what
3109 * multiline, and what text it contains. It also removes it if necessary.
5242 Log.v(LOGTAG, msg.what < REMEMBER_PASSWORD
5243 || msg.what > SHOW_RECT_MSG_ID ? Integer
5244 .toString(msg.what) : HandlerDebugString[msg.what
[all...]
H A DCallbackProxy.java231 switch (msg.what) {
1196 * for what to do. On return back to C++ side, the WebCore thread will
H A DLoadListener.java169 switch (msg.what) {
173 * available. The headers are sent onto WebCore to see what we
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java948 switch (m.what) {
/frameworks/base/services/java/com/android/server/
H A DWatchdog.java236 switch (msg.what) {
H A DWifiWatchdogService.java471 * This is a different network than what the main watchdog thread is
1063 switch (msg.what) {
/frameworks/base/services/java/com/android/server/am/
H A DHistoryRecord.java423 msg.what = ActivityManagerService.IDLE_NOW_MSG;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSMSDispatcher.java280 switch (msg.what) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java105 switch (msg.what) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DCommandParamsFactory.java176 switch (msg.what) {
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedGsmCallState.java160 synchronized(this) { switch (msg.what) {
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DKeyguardViewMediator.java803 switch (msg.what) {
/frameworks/base/media/java/android/media/
H A DAudioService.java1233 public boolean onError(MediaPlayer mp, int what, int extra) {
1264 int baseMsgWhat = getMsgBase(msg.what);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java592 msg.what = EVENT_DATA_SETUP_COMPLETE;
1420 switch (msg.what) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateTracker.java745 switch (msg.what) {
1754 switch (msg.what) {
/frameworks/base/awt/java/awt/
H A DComponent.java1793 * @param what
1799 public boolean action(Event evt, Object what) { argument
2776 * @param what
2782 public boolean gotFocus(Event evt, Object what) { argument
3206 * @param what
3212 public boolean lostFocus(Event evt, Object what) { argument
/frameworks/base/tests/CoreTests/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java604 } while (msg.what != EVENT_DISCONNECT);
967 } while (msg.what != EVENT_RINGING);
1609 } while (!(msg.what == EVENT_PHONE_STATE_CHANGED
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1283 switch (msg.what) {
1290 throw new IllegalStateException("unhandled message: " + msg.what);
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java295 if (msg.what == MSG_WRITE_STATUS) {
299 } else if (msg.what == MSG_WRITE_STATISTICS) {
837 * sync object, so be careful what you do with it.
848 * so be careful what you do with them.
913 * so be careful what you do with them.
929 * so be careful what you do with them.
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java501 msg.what = 0;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java302 switch (msg.what) {
738 * it has processed your request to tell you what it has done. The result
808 * it has processed your request to tell you what it has done. The result

Completed in 681 milliseconds

123456789