/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapEmailProvider.java | 460 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert() local 493 protected abstract String insertMessage(String accountId, String folderId); in insertMessage() 634 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update() local 666 protected abstract int updateMessage(String accountId, Long messageId, Long folderId, in updateMessage() 685 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1); in call() local 708 protected abstract int syncFolder(long accountId, long folderId); in syncFolder()
|
D | BluetoothMapIMProvider.java | 534 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update() local 570 protected abstract int updateMessage(String accountId, Long messageId, Long folderId, in updateMessage() 630 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1); in call() local 665 protected abstract int syncFolder(long accountId, long folderId); in syncFolder()
|
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
D | PartnerBookmarksContract.java | 83 public static final Uri buildFolderUri(long folderId) { in buildFolderUri()
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/ |
D | MockUiProvider.java | 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() 392 private static String getMockAccountFolderUri(int accountId, int folderId) { in getMockAccountFolderUri()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | FolderAdaptiveIcon.java | 70 Launcher launcher, int folderId, Point dragViewSize) { in createFolderAdaptiveIcon()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | FolderPickerActivity.java | 183 String folderId = folder.folderUri.fullUri.getLastPathSegment(); in select() local
|
D | EmailProvider.java | 4225 final long folderId = c.getLong(0); in defaultRecentFolders() local 5669 private void notifyUIFolder(final String folderId, final long accountId) { in notifyUIFolder() 5704 private void notifyUIFolder(final long folderId, final long accountId) { in notifyUIFolder()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapFolderElement.java | 86 public void setFolderId(long folderId) { in setFolderId()
|
D | BluetoothMapContentObserver.java | 835 public long folderId = -1; // Email folder ID field in BluetoothMapContentObserver.Msg 849 Msg(long id, long folderId, int readFlag) { in Msg() 1318 long folderId = c.getInt( in initMsgList() local 1734 int folderId = c.getInt( in handleMsgListChangesMsg() local 2139 long folderId = -1; in setEmailMessageStatusDelete() local 2168 long folderId = -1; in setEmailMessageStatusDelete() local 2559 long folderId = -1; in pushMessage() local
|
D | BluetoothMapContent.java | 771 int folderId = 0; in setFolderType() local 1768 private String setWhereFilterFolderTypeEmail(long folderId) { in setWhereFilterFolderTypeEmail() 1779 private String setWhereFilterFolderTypeIm(long folderId) { in setWhereFilterFolderTypeIm() 4087 long folderId = c.getLong( in getEmailMessage() local 4208 long threadId, folderId; in getIMMessage() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | NestedFolderTeaserView.java | 414 private static int getLoaderId(final int folderId) { in getLoaderId()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 559 int folderId = mCallback.insertAndCheck(mDb, mValues); in parseAndAdd() local
|