OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:folderId
(Results
1 - 11
of
11
) 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
276
* @param
folderId
the ID of the folder to create a new message in.
519
Long
folderId
= values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
522
return updateMessage(accountId, messageId,
folderId
, flagRead);
549
* @param
folderId
the new folder ID value to set - ignore if null.
553
abstract protected int updateMessage(String accountId, Long messageId, Long
folderId
,
611
long
folderId
= extras.getLong(BluetoothMapContract.EXTRA_UPDATE_FOLDER_ID, -1);
612
if(
folderId
== -1) {
616
ret = syncFolder(accountId,
folderId
);
643
* @param
folderId
the ID of the folder.
646
abstract protected int syncFolder(long accountId, long
folderId
);
[
all
...]
BluetoothMapEmailProvider.java
443
Long
folderId
= values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
444
if(
folderId
== null) {
445
throw new IllegalArgumentException("
FolderId
missing in ContentValues");
454
id = insertMessage(accountId,
folderId
.toString());
471
* @param
folderId
the ID of the folder to create a new message in.
474
abstract protected String insertMessage(String accountId, String
folderId
);
609
Long
folderId
= values.getAsLong(BluetoothMapContract.MessageColumns.FOLDER_ID);
611
return updateMessage(accountId, messageId,
folderId
, flagRead);
634
* @param
folderId
the new folder ID value to set - ignore if null.
638
abstract protected int updateMessage(String accountId, Long messageId, Long
folderId
, Boolean flagRead)
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/util/
ManagedProfileHeuristic.java
174
long
folderId
= mPrefs.getLong(folderIdKey, 0);
175
final FolderInfo workFolder = mModel.findFolderById(
folderId
);
182
saveWorkFolderShortcuts(
folderId
, workFolder.contents.size());
/packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java
578
long
folderId
= mCallback.insertAndCheck(mDb, mValues);
579
if (
folderId
< 0) {
596
mValues.put(Favorites.CONTAINER,
folderId
);
611
long addedId =
folderId
;
618
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
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 317 milliseconds