Searched refs:what (Results 226 - 249 of 249) sorted by relevance

12345678910

/packages/apps/Settings/src/com/android/settings/users/
H A DUserSettings.java150 switch (msg.what) {
/packages/services/Telecomm/src/com/android/server/telecom/
H A DConnectionServiceWrapper.java88 switch (msg.what) {
/packages/services/Telephony/src/com/android/phone/
H A DMobileNetworkSettings.java529 switch (msg.what) {
H A DPhoneUtils.java140 switch (msg.what) {
1372 //create a dummy callerinfo, populate with what we know from URI.
/packages/apps/Browser/src/com/android/browser/
H A DAddBookmarkPage.java810 switch (msg.what) {
H A DTab.java504 * FIXME: Not sure what to do when reloading the page.
1184 switch (m.what) {
H A DController.java475 switch (msg.what) {
/packages/apps/Camera/src/com/android/camera/
H A DPanoramaModule.java291 switch (msg.what) {
H A DPhotoModule.java368 switch (msg.what) {
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java332 switch (msg.what) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java253 switch (msg.what) {
H A DTextCandidatesViewManager.java257 switch (msg.what) {
H A DOpenWnnJAJP.java431 switch (msg.what) {
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java282 switch (msg.what) {
1766 // display rotation in onCreate may not be what we want.
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java200 switch (msg.what) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java227 switch (msg.what) {
1592 * inputTransaction to find out what is necessary and updates the state accordingly.
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java364 msg.what = BluetoothMnsObexClient.MSG_MNS_NOTIFICATION_REGISTRATION;
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java574 switch (msg.what) {
2282 * Returns what UI mode (capture mode or filmstrip) we are in.
H A DPhotoModule.java367 switch (msg.what) {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java605 if (msg.what == IMAGE_THUMB) {
657 } else if (msg.what == ALBUM_THUMB) {
3324 // and pass what we have.
5161 // Determine whether the current rawName is better than what's
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java1403 if (msg.what == ADVANCE_MSG) {
3363 * when we're not running, and if it comes back to what it was when we
3395 * when we're not running, and if it comes back to what it was when we
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1781 if (msg.what == ADVANCE_MSG) {
4082 * will be hidden regardless of what shouldVoiceButtonProxyBeVisible() returns.
4132 * when we're not running, and if it comes back to what it was when we
4168 * when we're not running, and if it comes back to what it was when we
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java458 if (msg.what == UPDATE_BROADCAST_MSG) {
1191 * In order to support what most people would consider a reasonable
1856 * events from the server may not be what we want -- could update the exception
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1492 performBackgroundTask(msg.what, msg.obj);
6818 // If "what to count" is not specified, we just count all records.
7993 // TODO: Figure out what to do if the profile contact is in the list.

Completed in 616 milliseconds

12345678910