Searched defs:what (Results 101 - 115 of 115) sorted by relevance

12345

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java37 @Override public void setOnNITZTime(Handler h, int what, Object obj) { argument
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java316 switch (message.what) {
460 switch (message.what) {
534 switch (message.what) {
559 switch (message.what) {
590 switch (message.what) {
623 switch (message.what) {
762 switch (message.what) {
895 switch (message.what) {
954 switch (message.what) {
995 switch (message.what) {
1631 replyToMessage(Message msg, int what) argument
1638 replyToMessage(Message msg, int what, int arg1) argument
1646 replyToMessage(Message msg, int what, Object obj) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java2441 switch (msg.what) {
2886 SettingsObserver(Handler handler, int what) { argument
2889 mWhat = what;
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRIL.java297 switch (msg.what) {
664 setOnNITZTime(Handler h, int what, Object obj) { argument
665 super.setOnNITZTime(h, what, obj);
H A DCommandsInterface.java121 void registerForRadioStateChanged(Handler h, int what, Object obj); argument
124 void registerForVoiceRadioTechChanged(Handler h, int what, Object obj); argument
133 void registerForOn(Handler h, int what, Object obj); argument
142 void registerForAvailable(Handler h, int what, Object obj); argument
151 void registerForNotAvailable(Handler h, int what, Object obj); argument
160 void registerForOffOrNotAvailable(Handler h, int what, Object obj); argument
166 void registerForIccStatusChanged(Handler h, int what, Object obj); argument
169 void registerForCallStateChanged(Handler h, int what, Object obj); argument
171 void registerForVoiceNetworkStateChanged(Handler h, int what, Object obj); argument
173 void registerForDataNetworkStateChanged(Handler h, int what, Objec argument
177 registerForInCallVoicePrivacyOn(Handler h, int what, Object obj) argument
179 registerForInCallVoicePrivacyOff(Handler h, int what, Object obj) argument
189 setOnNewGsmSms(Handler h, int what, Object obj) argument
199 setOnNewCdmaSms(Handler h, int what, Object obj) argument
207 setOnNewGsmBroadcastSms(Handler h, int what, Object obj) argument
215 setOnSmsOnSim(Handler h, int what, Object obj) argument
223 setOnSmsStatus(Handler h, int what, Object obj) argument
238 setOnNITZTime(Handler h, int what, Object obj) argument
260 setOnUSSD(Handler h, int what, Object obj) argument
271 setOnSignalStrengthUpdate(Handler h, int what, Object obj) argument
282 setOnIccSmsFull(Handler h, int what, Object obj) argument
292 registerForIccRefresh(Handler h, int what, Object obj) argument
295 setOnIccRefresh(Handler h, int what, Object obj) argument
306 setOnCallRing(Handler h, int what, Object obj) argument
318 setOnRestrictedStateChanged(Handler h, int what, Object obj) argument
329 setOnSuppServiceNotification(Handler h, int what, Object obj) argument
340 setOnCatSessionEnd(Handler h, int what, Object obj) argument
351 setOnCatProactiveCmd(Handler h, int what, Object obj) argument
362 setOnCatEvent(Handler h, int what, Object obj) argument
373 setOnCatCallSetUp(Handler h, int what, Object obj) argument
394 registerForDisplayInfo(Handler h, int what, Object obj) argument
405 registerForCallWaitingInfo(Handler h, int what, Object obj) argument
416 registerForSignalInfo(Handler h, int what, Object obj) argument
427 registerForNumberInfo(Handler h, int what, Object obj) argument
438 registerForRedirectedNumberInfo(Handler h, int what, Object obj) argument
449 registerForLineControlInfo(Handler h, int what, Object obj) argument
460 registerFoT53ClirlInfo(Handler h, int what, Object obj) argument
471 registerForT53AudioControlInfo(Handler h, int what, Object obj) argument
477 setEmergencyCallbackMode(Handler h, int what, Object obj) argument
482 registerForCdmaOtaProvision(Handler h,int what, Object obj) argument
493 registerForRingbackTone(Handler h, int what, Object obj) argument
505 registerForResendIncallMute(Handler h, int what, Object obj) argument
516 registerForCdmaSubscriptionChanged(Handler h, int what, Object obj) argument
527 registerForCdmaPrlChanged(Handler h, int what, Object obj) argument
538 registerForExitEmergencyCallbackMode(Handler h, int what, Object obj) argument
552 registerForRilConnected(Handler h, int what, Object obj) argument
[all...]
H A DPhone.java374 void registerForUnknownConnection(Handler h, int what, Object obj); argument
390 void registerForPreciseCallStateChanged(Handler h, int what, Object obj); argument
411 void registerForNewRingingConnection(Handler h, int what, Object obj); argument
428 void registerForIncomingRing(Handler h, int what, Object obj); argument
446 void registerForRingbackTone(Handler h, int what, Object obj); argument
458 void registerForResendIncallMute(Handler h, int what, Object obj); argument
475 void registerForDisconnect(Handler h, int what, Object obj); argument
495 void registerForMmiInitiate(Handler h, int what, Object obj); argument
511 void registerForMmiComplete(Handler h, int what, Object obj); argument
522 * @param what use
525 registerForEcmTimerReset(Handler h, int what, Object obj) argument
556 registerForServiceStateChanged(Handler h, int what, Object obj) argument
573 registerForSuppServiceNotification(Handler h, int what, Object obj) argument
591 registerForSuppServiceFailed(Handler h, int what, Object obj) argument
608 registerForInCallVoicePrivacyOn(Handler h, int what, Object obj) argument
624 registerForInCallVoicePrivacyOff(Handler h, int what, Object obj) argument
640 registerForCdmaOtaStatusChange(Handler h, int what, Object obj) argument
654 registerForSubscriptionInfoReady(Handler h, int what, Object obj) argument
1189 setOnPostDialCharacter(Handler h, int what, Object obj) argument
1556 registerForCallWaiting(Handler h, int what, Object obj) argument
1575 registerForSignalInfo(Handler h, int what, Object obj) argument
1593 registerForDisplayInfo(Handler h, int what, Object obj) argument
1613 registerForNumberInfo(Handler h, int what, Object obj) argument
1634 registerForRedirectedNumberInfo(Handler h, int what, Object obj) argument
1655 registerForLineControlInfo(Handler h, int what, Object obj) argument
1676 registerFoT53ClirlInfo(Handler h, int what, Object obj) argument
1697 registerForT53AudioControlInfo(Handler h, int what, Object obj) argument
1715 setOnEcbModeExitResponse(Handler h, int what, Object obj) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java1157 switch (msg.what) {
1171 switch (msg.what) {
1823 switch (message.what) {
1846 replyToMessage(message, message.what, FAILURE);
1849 replyToMessage(message, message.what, (List<WifiConfiguration>) null);
2036 switch (message.what) {
2075 switch(message.what) {
2167 switch (message.what) {
2206 switch (message.what) {
2271 switch(message.what) {
3807 replyToMessage(Message msg, int what) argument
3814 replyToMessage(Message msg, int what, int arg1) argument
3822 replyToMessage(Message msg, int what, Object obj) argument
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp265 void dump(char const* what) { argument
267 what, left, top, right-left, bottom-top);
1573 // FIXME: this surface is current check what the spec says
/frameworks/base/core/java/android/hardware/
H A DCamera.java719 switch(msg.what) {
799 Log.e(TAG, "Unknown message type " + msg.what);
806 int what, int arg1, int arg2, Object obj)
813 Message m = c.mEventHandler.obtainMessage(what, arg1, arg2, obj);
1285 * <p>The direction is relative to the sensor orientation, that is, what
2528 * of what users see, apps should use {@link
3259 * is relative to the sensor orientation, that is, what the sensor sees.
3280 * ({@link #getZoom()}). No matter what the zoom level is, (-1000,-1000)
3328 * direction is relative to the sensor orientation, that is, what the
3348 * ({@link #getZoom()}). No matter what th
805 postEventFromNative(Object camera_ref, int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java479 String what; field in class:ActivityThread.ContextCleanupInfo
799 // should happen regardless of what pending work we have to do
1187 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1188 switch (msg.what) {
1313 cci.context.performFinalCleanup(cci.who, cci.what);
1393 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
1919 private void queueOrSendMessage(int what, Object obj) { argument
1920 queueOrSendMessage(what, obj, 0, 0);
1923 private void queueOrSendMessage(int what, Object obj, int arg1) { argument
1924 queueOrSendMessage(what, ob
1927 queueOrSendMessage(int what, Object obj, int arg1, int arg2) argument
1941 scheduleContextCleanup(ContextImpl context, String who, String what) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java635 /* Tell webkit what its width and height are, for the purposes
769 switch (msg.what) {
1235 Log.v(LOGTAG, (msg.what < FIRST_PACKAGE_MSG_ID
1236 || msg.what > LAST_PACKAGE_MSG_ID
1237 ? Integer.toString(msg.what)
1238 : HandlerDebugString[msg.what
1243 switch (msg.what) {
1262 Log.w(LOGTAG, "Rejecting message " + msg.what
1268 && msg.what != EventHub.DESTROY) {
1270 Log.v(LOGTAG, "Rejecting message " + msg.what
1849 removeMessages(int what) argument
1943 sendMessage(int what) argument
1947 sendMessageAtFrontOfQueue(int what, int arg1, int arg2, Object obj) argument
1952 sendMessage(int what, Object obj) argument
1956 sendMessage(int what, int arg1) argument
1961 sendMessage(int what, int arg1, int arg2) argument
1965 sendMessage(int what, int arg1, Object obj) argument
1970 sendMessage(int what, int arg1, int arg2, Object obj) argument
1974 sendMessageAtFrontOfQueue(int what, Object obj) argument
1979 sendMessageDelayed(int what, Object obj, long delay) argument
1983 removeMessages(int what) argument
[all...]
H A DWebViewClassic.java3902 // FIXME: We scroll horizontally no matter what because currently
7115 if (DebugFlags.WEB_VIEW && msg.what != INVAL_RECT_MSG_ID) {
7116 if (msg.what >= FIRST_PRIVATE_MSG_ID
7117 && msg.what <= LAST_PRIVATE_MSG_ID) {
7118 Log.v(LOGTAG, HandlerPrivateDebugString[msg.what
7120 } else if (msg.what >= FIRST_PACKAGE_MSG_ID
7121 && msg.what <= LAST_PACKAGE_MSG_ID) {
7122 Log.v(LOGTAG, HandlerPackageDebugString[msg.what
7125 Log.v(LOGTAG, Integer.toString(msg.what));
7133 && msg.what !
7950 sendBatchableInputMessage(int what, int arg1, int arg2, Object obj) argument
[all...]
/frameworks/base/media/java/android/media/
H A DAudioService.java2899 public boolean onError(MediaPlayer mp, int what, int extra) {
2939 switch (msg.what) {
4974 public void setPlaybackInfoForRcc(int rccId, int what, int value) { argument
4976 rccId /* arg1 */, what /* arg2 */, Integer.valueOf(value) /* obj */, 0 /* delay */);
4982 ", what=" + key + ",val=" + value + ")");
/frameworks/base/core/java/android/widget/
H A DTextView.java921 // If set, the input type overrides what was set using the deprecated singleLine flag.
1237 // now compute what (if any) algorithmic styling is needed
2661 * in the TextView beyond what is required for the text itself.
3771 * is useful since it matches what the user can see (obfuscated text or not).
5282 * Keep track of what the error was before doing the input
7064 // updateSpellCheckSpans. Result depends on what will be added (space or text)
7146 void spanChange(Spanned buf, Object what, int oldStart, int newStart, int oldEnd, int newEnd) { argument
7155 if (what == Selection.SELECTION_END) {
7166 if (what == Selection.SELECTION_START) {
7180 if ((buf.getSpanFlags(what)
8750 onSpanChanged(Spannable buf, Object what, int s, int e, int st, int en) argument
8756 onSpanAdded(Spannable buf, Object what, int s, int e) argument
8762 onSpanRemoved(Spannable buf, Object what, int s, int e) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java501 * what will take input. If the device has touch capabilities, however, and the user
3289 * will be applied (beyond what is included in the theme). This may
4235 * gives it focus no matter what. It should only be called internally by framework
4236 * code that knows what it is doing, namely {@link #requestFocus(int, Rect)}.
4363 * This is what clears the old focus.
6270 * See also {@link #focusSearch(int)}, which is what you call to say that you
6302 * See also {@link #focusSearch(int)}, which is what you call to say that you
6394 * See also {@link #focusSearch(int)}, which is what you call to say that you
6408 * descendants and give it a hint about what direction focus is heading.
6414 * See also {@link #focusSearch(int)}, which is what yo
13907 scheduleDrawable(Drawable who, Runnable what, long when) argument
13926 unscheduleDrawable(Drawable who, Runnable what) argument
[all...]

Completed in 565 milliseconds

12345