Searched refs:mHost (Results 1 - 21 of 21) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraPreview.java45 private final CameraPreviewHost mHost; field in class:CameraPreview
50 mHost = host;
66 mHost.getView().requestLayout();
106 return mHost.getView().getContext();
110 mHost.getView().setOnTouchListener(listener);
114 return mHost.getView().getHeight();
141 return mHost.isValid();
150 mHost.startPreview(camera);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DWebAddress.java45 private String mHost; field in class:WebAddress
73 mHost = "";
86 if (t != null) mHost = t;
137 return mScheme + "://" + authInfo + mHost + port + mPath;
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationInputManager.java81 private final ConversationInputHost mHost; field in class:ConversationInputManager
126 mHost = host;
313 mHost.dismissActionMode();
316 mHost.onStartComposeMessage();
331 mHost.invalidateActionBar();
336 mHost.setOptionsMenuVisibility(!mMediaInput.isOpen());
354 mMediaPicker.setSubscriptionDataProvider(mHost);
381 mHost.invalidateActionBar();
389 mHost.invalidateActionBar();
398 mHost
[all...]
H A DSimSelectorItemView.java41 private HostInterface mHost; field in class:SimSelectorItemView
55 mHost.onSimItemClicked(mData);
67 mHost = host;
H A DComposeMessageView.java125 private IComposeMessageViewHost mHost; field in class:ComposeMessageView
167 mHost = host;
172 final int counterColor = mHost.overrideCounterColor();
183 mHost = null;
197 mHost.onComposeEditTextFocused();
204 if (mHost.shouldHideAttachmentsWhenSimSelectorShown()) {
228 if (mHost.shouldShowSubjectEditor()) {
275 if (mHost.shouldShowSubjectEditor()) {
317 if (!mHost.shouldHideAttachmentsWhenSimSelectorShown()) {
322 mHost
[all...]
H A DConversationMessageAdapter.java42 private final ConversationMessageViewHost mHost; field in class:ConversationMessageAdapter
55 mHost = host;
77 conversationMessageView.setHost(mHost);
H A DConversationActivityUiState.java72 private ConversationActivityUiStateHost mHost; field in class:ConversationActivityUiState
92 mHost = host;
226 // Only do this if we are still attached to the host. mHost can be null if the host
230 if (mHost != null) {
231 mHost.onConversationContactPickerUiStateChanged(oldState, newState, animate);
H A DConversationFragment.java165 private ConversationFragmentHost mHost; field in class:ConversationFragment
320 mHost.dismissActionMode();
335 mHost.dismissActionMode();
341 mHost.dismissActionMode();
350 mHost.dismissActionMode();
356 mHost.dismissActionMode();
360 mHost.dismissActionMode();
368 mHost.dismissActionMode();
455 getActivity(), this, mComposeMessageView, mHost, getFragmentManagerToUse(),
459 mHost
[all...]
H A DConversationMessageView.java115 private ConversationMessageViewHost mHost; field in class:ConversationMessageView
261 mHost = host;
443 mHost.getSubscriptionEntryForSelfParticipant(mData.getSelfParticipantId(),
1049 return mHost.onAttachmentClick(this, attachment, viewBoundsOnScreen, longPress);
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DMailTransport.java59 private String mHost; field in class:MailTransport
69 mHost = address;
80 return new MailTransport(mContext, mNetwork, mHost, mPort, mFlags);
96 LogUtils.d(TAG, "*** IMAP open " + mHost + ":" + String.valueOf(mPort));
102 socketAddresses.add(new InetSocketAddress(mHost, mPort));
106 socketAddresses.add(new InetSocketAddress(mHost, mPort));
108 InetAddress[] inetAddresses = mNetwork.getAllByName(mHost);
127 verifyHostname(mSocket, mHost);
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListFragment.java91 private ConversationListFragmentHost mHost; field in class:ConversationListFragment
136 Assert.notNull(mHost);
146 && mHost.hasWindowFocus()) {
164 mHost = null;
230 mHost.onCreateConversationClick();
280 Assert.isNull(mHost);
281 mHost = host;
347 mHost.onConversationClick(listData, conversationListItemData, isLongClick,
356 return mHost.isConversationSelected(conversationId);
361 return mHost
[all...]
H A DShareIntentFragment.java58 private HostInterface mHost; field in class:ShareIntentFragment
98 mHost.onCreateConversationClick();
129 mHost = (HostInterface) activity;
147 mHost.onConversationClick(conversationListItemData);
/packages/apps/Browser/src/com/android/browser/
H A DHttpAuthenticationDialog.java36 private final String mHost; field in class:HttpAuthenticationDialog
51 mHost = host;
127 "%s1", mHost).replace("%s2", mRealm);
136 mOkListener.onOk(mHost, mRealm, getUsername(), getPassword());
/packages/apps/Email/src/com/android/email/view/
H A DCertificateSelector.java51 private HostCallback mHost; field in class:CertificateSelector
68 mHost = host;
111 if (target == mSelectButton && mHost != null) {
116 mHost.onCertificateRequested();
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBackgroundWorkerService.java48 private final ActionService mHost; field in class:BackgroundWorkerService
52 mHost = DataModel.get().getActionService();
150 mHost.handleResponseFromBackgroundWorker(action, response);
164 mHost.handleFailureFromBackgroundWorker(action, exception);
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridView.java47 private AttachmentGridHost mHost; field in class:AttachmentGridView
55 mHost = host;
68 mHost.displayPhoto(UiUtils.getMeasuredBoundsOnScreen(view), attachment.getContentUri());
91 mHost.updateSelectionCount(count);
H A DAttachmentChooserFragment.java56 private AttachmentChooserFragmentHost mHost; field in class:AttachmentChooserFragment
103 mHost.onConfirmSelection();
114 mHost = host;
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiSelectGridFragment.java54 MultiChoiceManager.Provider mHost; field in class:MultiSelectGridFragment
76 mHost = (MultiChoiceManager.Provider) activity;
78 mGrid.setMultiChoiceModeListener(mHost.getMultiChoiceManager());
85 mHost = null;
307 mGrid.setMultiChoiceModeListener(mHost.getMultiChoiceManager());
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactPickerFragment.java108 private ContactPickerFragmentHost mHost; field in class:ContactPickerFragment
189 mHost.onBackButtonPressed();
212 mHost.invalidateActionBar();
246 mHost.onInitiateAddMoreParticipants();
302 mHost = host;
461 mHost.onInitiateAddMoreParticipants();
464 mHost.onParticipantCountChanged(ContactPickerData.getCanAddMoreParticipants(newCount));
594 mHost.onGetOrCreateNewConversation(conversationId);
/packages/apps/Messaging/src/com/android/messaging/util/
H A DDebugUtils.java198 private final Activity mHost; field in class:DebugUtils.DebugSmsMmsDumpTask
201 mHost = host;
210 final FragmentManager fragmentManager = mHost.getFragmentManager();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java4446 private final LauncherAppWidgetHost mHost; field in class:Workspace.DeferredWidgetRefresh
4454 mHost = host;
4458 mHost.addProviderChangeListener(this);
4466 mHost.removeProviderChangeListener(this);

Completed in 443 milliseconds