HomeSort by relevance Sort by last modified time
    Searched defs:folderId (Results 1 - 10 of 10) sorted by null

  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerActivity.java 183 String folderId = folder.folderUri.fullUri.getLastPathSegment();
184 Long id = Long.parseLong(folderId);
EmailProvider.java     [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 287 * @param folderId the ID of the folder to create a new message in.
534 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
537 return updateMessage(accountId, messageId, folderId, flagRead);
566 * @param folderId the new folder ID value to set - ignore if null.
570 protected abstract int updateMessage(String accountId, Long messageId, Long folderId,
630 long folderId = extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1);
631 if (folderId == -1) {
635 ret = syncFolder(accountId, folderId);
662 * @param folderId the ID of the folder.
665 protected abstract int syncFolder(long accountId, long folderId);
    [all...]
BluetoothMapEmailProvider.java 460 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
461 if (folderId == null) {
462 throw new IllegalArgumentException("FolderId missing in ContentValues");
471 id = insertMessage(accountId, folderId.toString());
490 * @param folderId the ID of the folder to create a new message in.
493 protected abstract String insertMessage(String accountId, String folderId);
634 Long folderId = values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
637 return updateMessage(accountId, messageId, folderId, flagRead);
662 * @param folderId the new folder ID value to set - ignore if null.
666 protected abstract int updateMessage(String accountId, Long messageId, Long folderId,
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TestSuiteContentReport.java 216 String folderId = getId(folderRelativePath);
229 fileEntry.setParentId(folderId);
250 subFolderEntry.setParentId(folderId);
257 folderEntry.setId(folderId);
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 561 long folderId = mCallback.insertAndCheck(mDb, mValues);
562 if (folderId < 0) {
579 mValues.put(Favorites.CONTAINER, folderId);
594 long addedId = folderId;
601 Uri uri = Favorites.getContentUri(folderId);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java     [all...]
BluetoothMapContent.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 196 milliseconds