Home
last modified time | relevance | path

Searched defs:folderId (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java460 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()
H A DBluetoothMapIMProvider.java534 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()
/aosp12/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
H A DPartnerBookmarksContract.java83 public static final Uri buildFolderUri(long folderId) { in buildFolderUri()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFolderAdaptiveIcon.java73 ActivityContext activity, int folderId, Point dragViewSize) { in createFolderAdaptiveIcon()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java837 public long folderId = -1; // Email folder ID field in BluetoothMapContentObserver.Msg
851 Msg(long id, long folderId, int readFlag) { in Msg()
1320 long folderId = c.getInt( in initMsgList() local
1747 int folderId = c.getInt( in handleMsgListChangesMsg() local
2152 long folderId = -1; in setEmailMessageStatusDelete() local
2181 long folderId = -1; in setEmailMessageStatusDelete() local
2603 long folderId = -1; in pushMessage() local
H A DBluetoothMapFolderElement.java86 public void setFolderId(long folderId) { in setFolderId()
H A DBluetoothMapContent.java771 int folderId = 0; in setFolderType() local
1768 private String setWhereFilterFolderTypeEmail(long folderId) { in setWhereFilterFolderTypeEmail()
1779 private String setWhereFilterFolderTypeIm(long folderId) { in setWhereFilterFolderTypeIm()
4112 long folderId = c.getLong( in getEmailMessage() local
4233 long threadId, folderId; in getIMMessage() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DGridSizeMigrationTaskV2.java306 int id, int folderId, String srcTableName, String destTableName) { in copyEntryAndUpdate()
311 DbEntry entry, int id, int folderId, String srcTableName, String destTableName) { in copyEntryAndUpdate()
/aosp12/frameworks/base/core/java/android/provider/
H A DBrowserContract.java329 public static final Uri buildFolderUri(long folderId) { in buildFolderUri()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAutoInstallsLayout.java598 int folderId = mCallback.insertAndCheck(mDb, mValues); in parseAndAdd() local