/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/ |
D | BluetoothMapEmailProvider.java | 465 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in insert() local 502 protected abstract String insertMessage(String accountId, String folderId); in insertMessage() 654 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update() local 689 String accountId, Long messageId, Long folderId, Boolean flagRead); in updateMessage() 712 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1); in call() local 736 protected abstract int syncFolder(long accountId, long folderId); in syncFolder()
|
D | BluetoothMapIMProvider.java | 558 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID); in update() local 597 String accountId, Long messageId, Long folderId, Boolean flagRead); in updateMessage() 662 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1); in call() local 698 protected abstract int syncFolder(long accountId, long folderId); in syncFolder()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/ |
D | BluetoothMapEmailProviderTest.java | 466 protected String insertMessage(String accountId, String folderId) { in insertMessage() 503 String accountId, Long messageId, Long folderId, Boolean flagRead) { in updateMessage() 508 protected int syncFolder(long accountId, long folderId) { in syncFolder()
|
D | BluetoothMapIMProviderTest.java | 761 String accountId, Long messageId, Long folderId, Boolean flagRead) { in updateMessage() 766 protected 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/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | AutoInstallsLayoutTest.kt | 161 val folderId = callback.items[0][_ID] in items_added_to_folder() constant
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | GridSizeMigrationDBController.java | 364 int folderId, String srcTableName, String destTableName, List<Integer> idsInUse) { in copyEntryAndUpdate() 370 int folderId, String srcTableName, String destTableName, List<Integer> idsInUse) { in copyEntryAndUpdate()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | FolderAdaptiveIcon.java | 76 ActivityContext activity, int folderId, Point size) { in createFolderAdaptiveIcon()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 926 public long folderId = -1; // Email folder ID field in BluetoothMapContentObserver.Msg 940 Msg(long id, long folderId, int readFlag) { in Msg() 1409 long folderId = in initMsgList() local 2015 int folderId = in handleMsgListChangesMsg() local 2560 long folderId = -1; in setEmailMessageStatusDelete() local 2602 long folderId = -1; in setEmailMessageStatusDelete() local 3059 long folderId = -1; in pushMessage() local
|
D | BluetoothMapFolderElement.java | 83 public void setFolderId(long folderId) { in setFolderId()
|
D | BluetoothMapContent.java | 1702 private static String setWhereFilterFolderTypeEmail(long folderId) { in setWhereFilterFolderTypeEmail() 1718 private static String setWhereFilterFolderTypeIm(long folderId) { in setWhereFilterFolderTypeIm() 4102 long folderId = in getEmailMessage() local 4244 long threadId, folderId; in getIMMessage() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 599 int folderId = mCallback.insertAndCheck(mDb, mValues); in parseAndAdd() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 2427 BluetoothMapFolderElement folderElement, String folderName, long folderId) { in setFolderStructureWithTelecomAndMsg()
|