HomeSort by relevance Sort by last modified time
    Searched full:maccount (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 77 private BluetoothMapAccountItem mAccount = null; //
122 mAccount = account;
316 if(mAccount.getType() == TYPE.EMAIL) {
318 } else if(mAccount.getType() == TYPE.IM) {
322 masName = mAccount.getName();
325 if(mAccount.getType() == TYPE.EMAIL) {
327 } else if(mAccount.getType() == TYPE.IM) {
359 mAccount,
366 mAccount,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 150 createGroup(mAccount, "gsid1", "title1"));
158 createGroup(mAccount, "gsid1", "title1"));
160 Uri updateUri = setCallerIsSyncAdapter(uri, mAccount);
170 createGroup(mAccount, "gsid1", "title1"));
182 long groupId = createGroup(mAccount, "g1", "gt1");
190 Uri permanentDeletionUri = setCallerIsSyncAdapter(uri, mAccount);
196 long groupId = createGroup(mAccount, "g1", "gt1");
200 Uri permanentDeletionUri = setCallerIsSyncAdapter(uri, mAccount);
207 createGroup(mAccount, "gsid1", "title1"));
  /packages/apps/Contacts/tests/src/com/android/contacts/database/
SimContactDaoTests.java 110 private AccountWithDataSet mAccount;
117 mAccount = mAccountsHelper.addTestAccount();
136 ), mAccount);
164 ), mAccount);
179 ), mAccount);
199 ), mAccount);
227 sut.importContacts(contacts, mAccount);
245 mAccount.name,
246 mAccount.type
255 mAccount.name
    [all...]
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 180 if (mAccount != null) {
181 builder.appendQueryParameter(PRIMARY_ACCOUNT_NAME, mAccount.name);
182 builder.appendQueryParameter(PRIMARY_ACCOUNT_TYPE, mAccount.type);
255 private Account mAccount;
282 mAccount = account;
406 if (mAccount != null && mAccount.name.equals(partition.accountName) &&
407 mAccount.type.equals(partition.accountType)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PhonebookPullRequest.java 50 private final Account mAccount;
56 mAccount = account;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionDialog.java 50 protected Account mAccount;
87 mAccount = args.getParcelable(ARG_ACCOUNT_TAG);
AttachmentTileGrid.java 57 private Account mAccount;
76 mAccount = account;
116 MailPhotoViewActivity.startMailPhotoViewActivity(getContext(), mAccount.getEmailAddress(),
117 mAccount.getType(), mMessage, photoIndex);
LeaveBehindItem.java 44 private Account mAccount;
94 if (mAccount.undoUri != null && !mInert) {
103 cursor.undo(getContext(), mAccount.undoUri);
113 mAccount = account;
MultiFoldersSelectionDialog.java 67 mSingle = !mAccount
80 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ?
81 mAccount.fullFolderListUri : mAccount.folderListUri);
AbstractConversationViewFragment.java 77 protected Account mAccount;
119 final Account oldAccount = mAccount;
120 mAccount = newAccount;
121 mWebViewClient.setAccount(mAccount);
263 mAccount = args.getParcelable(ARG_ACCOUNT);
272 mBaseUri = buildBaseUri(getContext(), mAccount, mConversation);
306 mAccount = mAccountObserver.initialize(mActivity.getAccountController());
307 mWebViewClient.setAccount(mAccount);
347 return mAccount;
724 return (mAccount.enableMessageTransforms > 0) &
    [all...]
ConversationsInOutboxTipView.java 44 private Account mAccount = null;
59 mAccount = account;
114 mAccount.folderListUri, UIProvider.FOLDERS_PROJECTION, Folder.FACTORY);
AnimatedAdapter.java 88 private Account mAccount;
216 if (mAccount != null && mAccount.uri.equals(newAccount.uri)
217 && mAccount.settings.importanceMarkersEnabled ==
219 && mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO) ==
221 && mAccount.settings.convListIcon == newAccount.settings.convListIcon) {
227 mAccount = newAccount;
228 mImportanceMarkersEnabled = mAccount.settings.importanceMarkersEnabled;
229 mShowChevronsEnabled = mAccount.settings.showChevronsEnabled;
230 mSwipeEnabled = mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO)
    [all...]
SecureConversationViewFragment.java 129 mWebViewClient = new SecureConversationWebViewClient(mAccount);
299 ComposeActivity.reply(getActivity(), mAccount, msg);
307 ComposeActivity.replyAll(getActivity(), mAccount, msg);
ConversationListFragment.java 125 private Account mAccount;
154 mAccount = newAccount;
221 mAccount.getDisplayName()));
336 mAccount = mAccountObserver.initialize(mActivity.getAccountController());
353 activity, mActivity, mAccount))
477 mAccount = mViewContext.account;
518 mListView.enableSwipe(mAccount.supportsCapability(AccountCapabilities.UNDO));
665 (mAccount.settings.convListIcon == ConversationListIcon.SENDER_IMAGE);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
HelpItem.java 38 mActivity.showHelp(mAccount, ViewMode.CONVERSATION_LIST);
SettingsItem.java 38 Utils.showSettings(mActivity.getActivityContext(), mAccount);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_DirectoryTest.java 41 private Account mAccount;
52 mAccount = new Account(DummyGalProvider.ACCOUNT_NAME, DummyGalProvider.ACCOUNT_TYPE);
60 mAccountManager.removeAccountExplicitly(mAccount);
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSecurity.java 83 private Account mAccount;
177 mAccount = savedInstanceState.getParcelable(SAVESTATE_ACCOUNT_TAG);
194 outState.putParcelable(SAVESTATE_ACCOUNT_TAG, mAccount);
316 mAccount = account;
323 PasswordExpirationDialog.newInstance(mAccount.getDisplayName(),
333 if (mAccount.mPolicyKey != 0) {
340 SecurityNeededDialog.newInstance(mAccount.getDisplayName());
348 tryAdvanceSecurity(mAccount);
360 tryAdvanceSecurity(mAccount);
544 if (activity.mAccount == null)
    [all...]
  /frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
RequestSync.java 36 ContentResolver.requestSync(caller.mAccount, caller.mAuthority, caller.mExtras);
42 ContentResolver.addPeriodicSync(caller.mAccount, caller.mAuthority, caller.mExtras,
50 caller.mAccount, caller.mAuthority, caller.mExtras);
64 private Account mAccount;
114 mAccount = account;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 75 private Account mAccount;
122 mAccount = account;
126 if (mAccount != null) {
127 mActionHandler.setAccount(mAccount.getEmailAddress());
316 mActionHandler.shouldShowExtraOption1(mAccount.getType(),
349 mAccount != null ? mAccount.uri : null);
AttachmentActionHandler.java 49 private String mAccount;
77 mAccount = account;
266 sOptionHandler.handleOption1(mContext, mAccount, mMessage, mAttachment, mFragmentManager);
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 51 private Account mAccount;
68 mAccount = account;
329 String accessToken = cache.retrieveAccessToken(mContext, mAccount);
333 accessToken = cache.refreshAccessToken(mContext, mAccount);
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 73 private Account mAccount;
116 actuallyImportOneSimContact(mCursor, resolver, mAccount);
215 if (actuallyImportOneSimContact(mCursor, resolver, mAccount)){
240 mAccount = new Account(accountName, accountType);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 302 protected Account mAccount;
583 if (mAccount == null) {
617 final String accountScheme = mAccount.composeIntentUri.getScheme();
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 73 private PhoneAccount mAccount;
90 mAccount = registerPstnPhoneAccount(isEmergency, isDummy);
92 mAccount, mAccount.getAccountHandle());
303 return mAccount != null ? mAccount.getAccountHandle() : null;
443 mAccount = registerPstnPhoneAccount(mIsEmergency, mIsDummy);
672 return entry.mAccount.getAddress();
    [all...]

Completed in 404 milliseconds

1 23 4 5