Home
last modified time | relevance | path

Searched defs:accountId (Results 1 – 25 of 69) sorted by relevance

123

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailService.aidl30 oneway void loadAttachment(IEmailServiceCallback cb, long accountId, long attachmentId, in loadAttachment()
33 void updateFolderList(long accountId); in updateFolderList()
37 void sendMail(long accountId); in sendMail()
39 int sync(long accountId, inout Bundle syncExtras); in sync()
44 void pushModify(long accountId); in pushModify()
49 int searchMessages(long accountId, in SearchParams params, long destMailboxId); in searchMessages()
DIPolicyService.aidl22 void setAccountHoldFlag(long accountId, boolean newState); in setAccountHoldFlag()
24 void setAccountPolicy(long accountId, in Policy policy, String securityKey); in setAccountPolicy()
26 void setAccountPolicy2(long accountId, in Policy policy, String securityKey, boolean notify); in setAccountPolicy2()
DEmailServiceProxy.java117 public void loadAttachment(final IEmailServiceCallback cb, final long accountId, in loadAttachment()
208 public void updateFolderList(final long accountId) throws RemoteException { in updateFolderList()
287 public int searchMessages(final long accountId, final SearchParams searchParams, in searchMessages()
309 public void sendMail(final long accountId) throws RemoteException { in sendMail()
324 public void pushModify(final long accountId) throws RemoteException { in pushModify()
334 public int sync(final long accountId, final Bundle syncExtras) { in sync()
DPolicyServiceProxy.java71 public void setAccountPolicy(final long accountId, final Policy policy, in setAccountPolicy()
77 public void setAccountPolicy2(final long accountId, final Policy policy, in setAccountPolicy2()
151 public static void setAccountPolicy(Context context, long accountId, Policy policy, in setAccountPolicy()
156 public static void setAccountPolicy2(Context context, long accountId, Policy policy, in setAccountPolicy2()
DIAccountService.aidl22 int getAccountColor(long accountId); in getAccountColor()
DAccountServiceProxy.java47 public int getAccountColor(final long accountId) { in getAccountColor()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapEmailProvider.java75 protected abstract void WriteMessageToStream(long accountId, long messageId, in WriteMessageToStream()
144 long accountId = Long.valueOf(getAccountId(uri)); in readDataFromPipe() local
174 protected abstract void UpdateMimeMessageFromStream(FileInputStream input, long accountId, in UpdateMimeMessageFromStream()
199 long accountId = Long.parseLong(getAccountId(uri)); in writeDataToPipe() local
240 protected void onAccountChanged(String accountId) { in onAccountChanged()
265 protected void onMessageChanged(String accountId, String messageId) { in onMessageChanged()
417 String accountId = getAccountId(uri); in delete() local
443 protected abstract int deleteMessage(String accountId, String messageId); in deleteMessage()
459 String accountId = getAccountId(uri); in insert() local
493 protected abstract String insertMessage(String accountId, String folderId); in insertMessage()
[all …]
DBluetoothMapIMProvider.java99 protected void onAccountChanged(String accountId) { in onAccountChanged()
125 protected void onMessageChanged(String accountId, String messageId) { in onMessageChanged()
157 protected void onContactChanged(String accountId, String contactId) { in onContactChanged()
212 String accountId = getAccountId(uri); in delete() local
238 protected abstract int deleteMessage(String accountId, String messageId); in deleteMessage()
255 String accountId = getAccountId(uri); in insert() local
290 protected abstract String insertMessage(String accountId, ContentValues values); in insertMessage()
319 String accountId = null; in query() local
400 protected abstract Cursor queryMessage(String accountId, String[] projection, String selection, in queryMessage()
448 protected abstract Cursor queryConversation(String accountId, Long threadId, Boolean read, in queryConversation()
[all …]
DBluetoothMapContract.java175 public static Uri buildAccountUriwithId(String authority, String accountId) { in buildAccountUriwithId()
199 public static Uri buildMessageUri(String authority, String accountId) { in buildMessageUri()
212 public static Uri buildMessageUriWithId(String authority, String accountId, String messageId) { in buildMessageUriWithId()
226 public static Uri buildFolderUri(String authority, String accountId) { in buildFolderUri()
239 public static Uri buildConversationUri(String authority, String accountId) { in buildConversationUri()
264 public static Uri buildConvoContactsUri(String authority, String accountId) { in buildConvoContactsUri()
277 public static Uri buildConvoContactsUriWithId(String authority, String accountId, in buildConvoContactsUriWithId()
/packages/apps/Email/provider_src/com/android/email/
DResourceHelper.java59 /* package */ int getAccountColorIndex(long accountId) { in getAccountColorIndex()
68 public int getAccountColor(long accountId) { in getAccountColor()
76 public int getAccountColorId(long accountId) { in getAccountColorId()
84 public Paint getAccountColorPaint(long accountId) { in getAccountColorPaint()
DNotificationController.java28 void showLoginFailedNotificationSynchronous(long accountId, boolean incoming); in showLoginFailedNotificationSynchronous()
29 void cancelLoginFailedNotification(long accountId); in cancelLoginFailedNotification()
36 void showPasswordExpiringNotificationSynchronous(long accountId); in showPasswordExpiringNotificationSynchronous()
37 void showPasswordExpiredNotificationSynchronous(long accountId); in showPasswordExpiredNotificationSynchronous()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java141 public static Uri getAttachmentUri(long accountId, long id) { in getAttachmentUri()
153 public static Uri getAttachmentThumbnailUri(long accountId, long id, long width, long height) { in getAttachmentThumbnailUri()
173 public static File getAttachmentFilename(Context context, long accountId, long attachmentId) { in getAttachmentFilename()
184 public static File getAttachmentDirectory(Context context, long accountId) { in getAttachmentDirectory()
300 public static void deleteAllAttachmentFiles(Context context, long accountId, long messageId) { in deleteAllAttachmentFiles()
325 public static void deleteAllCachedAttachmentFiles(Context context, long accountId, in deleteAllCachedAttachmentFiles()
353 public static void deleteAllMailboxAttachmentFiles(Context context, long accountId, in deleteAllMailboxAttachmentFiles()
374 public static void deleteAllAccountAttachmentFiles(Context context, long accountId) { in deleteAllAccountAttachmentFiles()
400 final long accountId = attachment.mAccountKey; in saveAttachment() local
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockUiProvider.java68 private static void initializeAccount(int accountId, in initializeAccount()
179 private static Map<String, Object> createConversationDetailsMap(int accountId, in createConversationDetailsMap()
246 private static Map<String, Object> createMessageDetailsMap(int accountId, int messageId, in createMessageDetailsMap()
276 private static Map<String, Object> createFolderDetailsMap(int folderId, int accountId, in createFolderDetailsMap()
281 private static Map<String, Object> createFolderDetailsMap(int folderId, int accountId, in createFolderDetailsMap()
301 public static Map<String, Object> createAccountDetailsMap(int accountId,String defaultInbox) { in createAccountDetailsMap()
388 public static String getMockAccountUri(int accountId) { in getMockAccountUri()
392 private static String getMockAccountFolderUri(int accountId, int folderId) { in getMockAccountFolderUri()
396 private static String getMockConversationUri(int accountId, int conversationId) { in getMockConversationUri()
400 private static String getMockMessageUri(int accountId, int messageId) { in getMockMessageUri()
/packages/apps/Email/provider_src/com/android/email/provider/
DWidgetProvider.java92 long accountId = loadAccountIdPref(context, widgetId); in migrateLegacyWidgetInformation() local
122 private static long migrateLegacyWidgetAccountId(long accountId) { in migrateLegacyWidgetAccountId()
133 private static long migrateLegacyWidgetMailboxId(long mailboxId, long accountId) { in migrateLegacyWidgetMailboxId()
142 private static com.android.mail.providers.Account getAccount(Context context, long accountId) { in getAccount()
177 long accountId = prefs.getLong(LEGACY_ACCOUNT_ID_PREFIX + appWidgetId, Account.NO_ACCOUNT); in loadAccountIdPref() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DRawContactMatcher.java168 private MatchScore getMatchingScore(long rawContactId, long contactId, long accountId) { in getMatchingScore()
191 public void matchName(long rawContactId, long contactId, long accountId, int in matchName()
242 public void matchIdentity(long rawContactId, long contactId, long accountId) { in matchIdentity()
246 public void updateScoreWithPhoneNumberMatch(long rawContactId, long contactId, long accountId) { in updateScoreWithPhoneNumberMatch()
250 public void updateScoreWithEmailMatch(long rawContactId, long contactId, long accountId) { in updateScoreWithEmailMatch()
254 public void updateScoreWithNicknameMatch(long rawContactId, long contactId, long accountId) { in updateScoreWithNicknameMatch()
258 private void updatePrimaryScore(long rawContactId, long contactId, long accountId, int score) { in updatePrimaryScore()
262 private void updateSecondaryScore(long rawContactId, long contactId, long accountId, in updateSecondaryScore()
267 public void keepIn(long rawContactId, long contactId, long accountId) { in keepIn()
271 public void keepOut(long rawContactId, long contactId, long accountId) { in keepOut()
[all …]
DMatchScore.java38 public MatchScore(long rawContactId, long contactId, long accountId) { in MatchScore()
50 public void reset(long rawContactId, long contactId, long accountId) { in reset()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java131 private NotificationCompat.Builder createBaseAccountNotificationBuilder(long accountId, in createBaseAccountNotificationBuilder()
170 private void showNotification(long accountId, String ticker, String title, in showNotification()
263 private void registerMessageNotification(final long accountId) { in registerMessageNotification()
298 private void unregisterMessageNotification(final long accountId) { in unregisterMessageNotification()
406 private static int getLoginFailedNotificationId(long accountId) { in getLoginFailedNotificationId()
416 public void showLoginFailedNotificationSynchronous(long accountId, boolean incoming) { in showLoginFailedNotificationSynchronous()
443 public void cancelLoginFailedNotification(long accountId) { in cancelLoginFailedNotification()
454 public void showPasswordExpiringNotificationSynchronous(long accountId) { in showPasswordExpiringNotificationSynchronous()
475 public void showPasswordExpiredNotificationSynchronous(long accountId) { in showPasswordExpiredNotificationSynchronous()
594 final long accountId) { in refreshNotificationsForAccount()
[all …]
/packages/apps/Email/provider_src/com/android/email/service/
DEmailServiceStub.java123 public void loadAttachment(final IEmailServiceCallback cb, final long accountId, in loadAttachment()
285 public void updateFolderList(final long accountId) throws RemoteException { in updateFolderList()
405 public int searchMessages(final long accountId, final SearchParams params, in searchMessages()
413 public void pushModify(final long accountId) throws RemoteException { in pushModify()
418 public int sync(final long accountId, final Bundle syncExtras) { in sync()
424 public void sendMail(final long accountId) throws RemoteException { in sendMail()
428 public static void sendMailImpl(final Context context, final long accountId) { in sendMailImpl()
DEmailServiceUtils.java175 public static EmailServiceProxy getServiceForAccount(Context context, long accountId) { in getServiceForAccount()
252 public static EmailServiceInfo getServiceInfoForAccount(Context context, long accountId) { in getServiceInfoForAccount()
701 public void loadAttachment(final IEmailServiceCallback cb, final long accountId, in loadAttachment()
706 public void updateFolderList(long accountId) throws RemoteException {} in updateFolderList()
726 public int searchMessages(long accountId, SearchParams params, long destMailboxId) in searchMessages()
732 public void sendMail(long accountId) throws RemoteException { in sendMail()
736 public void pushModify(long accountId) throws RemoteException { in pushModify()
740 public int sync(final long accountId, final Bundle syncExtras) { in sync()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTestUtils.java75 public static void deleteAccount(Context context, long accountId) { in deleteAccount()
83 public static HostAuth setupHostAuth(String name, long accountId, boolean saveIt, in setupHostAuth()
112 public static Mailbox setupMailbox(String name, long accountId, boolean saveIt, in setupMailbox()
116 public static Mailbox setupMailbox(String name, long accountId, boolean saveIt, in setupMailbox()
120 public static Mailbox setupMailbox(String name, long accountId, boolean saveIt, in setupMailbox()
152 public static Message setupMessage(String name, long accountId, long mailboxId, in setupMessage()
161 public static Message setupMessage(String name, long accountId, long mailboxId, in setupMessage()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailboxUtilities.java165 private static void setAccountSyncAdapterFlag(Context context, long accountId, boolean start) { in setAccountSyncAdapterFlag()
181 public static void startMailboxChanges(Context context, long accountId) { in startMailboxChanges()
190 public static void endMailboxChanges(Context context, long accountId) { in endMailboxChanges()
201 public static void checkMailboxConsistency(Context context, long accountId) { in checkMailboxConsistency()
248 public static void setupHierarchicalNames(Context context, long accountId) { in setupHierarchicalNames()
DMessageChangeLogTable.java77 final String accountId) { in startProcessing()
104 final String[] projection, final String accountId) { in getRowsToProcess()
198 final String[] projection, final long accountId) { in getCursor()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java92 long rawContactId, long accountId, long currentContactId, in aggregateContact()
313 long currentCidForRawContact, long rawContactId, long accountId, in reAggregateRawContacts()
525 long accountId = -1; in updateMatchScoresBasedOnExceptions() local
569 final long accountId = c.getLong(IdentityLookupMatchQuery.ACCOUNT_ID); in updateMatchScoresBasedOnIdentityMatch() local
593 long accountId = c.getLong(NameLookupMatchQuery.ACCOUNT_ID); in updateMatchScoresBasedOnNameMatches() local
623 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID); in updateMatchScoresBasedOnEmailMatches() local
651 long accountId = c.getLong(NameLookupMatchQueryWithParameter.ACCOUNT_ID); in updateMatchScoresBasedOnNameMatches() local
680 long accountId = c.getLong(PhoneLookupQuery.ACCOUNT_ID); in updateMatchScoresBasedOnPhoneMatches() local
747 Long accountId = c.getLong(ContactNameLookupQuery.ACCOUNT_ID); in matchAllCandidates() local
819 long accountId = c.getLong(RawContactIdQuery.ACCOUNT_ID); in findMatchingContacts() local
[all …]
/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSecurity.java94 public static Uri getUpdateSecurityUri(final long accountId, final boolean showDialog) { in getUpdateSecurityUri()
113 public static Intent actionUpdateSecurityIntent(Context context, long accountId, in actionUpdateSecurityIntent()
126 public static Intent actionDevicePasswordExpirationIntent(Context context, long accountId, in actionDevicePasswordExpirationIntent()
141 final long accountId; in onCreate() local
232 final long accountId = args.getLong(EXTRA_ACCOUNT_ID, -1); in onCreateLoader() local
282 AccountAndPolicyLoader(final Context context, final long accountId, in AccountAndPolicyLoader()
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DAccountPreferences.java65 public AccountPreferences(final Context context, final String accountId) { in AccountPreferences()
69 private static String buildSharedPrefsName(final String accountId) { in buildSharedPrefsName()

123