Home
last modified time | relevance | path

Searched refs:FLAG_LOCAL_ONLY (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsCache.java107 mRecentsRoot.flags = Root.FLAG_LOCAL_ONLY | Root.FLAG_SUPPORTS_CREATE in updateAsync()
358 final boolean localOnly = (root.flags & Root.FLAG_LOCAL_ONLY) != 0; in getMatchingRoots()
/frameworks/support/v4/api20/android/support/v4/app/
DNotificationCompatApi20.java184 return (notif.flags & Notification.FLAG_LOCAL_ONLY) != 0; in getLocalOnly()
/frameworks/base/docs/html/sdk/api_diff/20/
DmissingSinces.txt54 NO DOC BLOCK: android.app.Notification Field FLAG_LOCAL_ONLY
/frameworks/base/core/java/android/provider/
DDocumentsContract.java421 public static final int FLAG_LOCAL_ONLY = 1 << 1; field in DocumentsContract.Root
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java154 root.flags = Root.FLAG_SUPPORTS_CREATE | Root.FLAG_LOCAL_ONLY | Root.FLAG_ADVANCED in updateVolumesLocked()
/frameworks/base/core/java/android/app/
DNotification.java446 public static final int FLAG_LOCAL_ONLY = 0x00000100; field in Notification
2445 setFlag(FLAG_LOCAL_ONLY, localOnly);
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java147 public static final int FLAG_LOCAL_ONLY = 0x00000100; field in NotificationCompat
/frameworks/base/api/
Dsystem-current.txt4698 field public static final int FLAG_LOCAL_ONLY = 256; // 0x100
26398 field public static final int FLAG_LOCAL_ONLY = 2; // 0x2
Dcurrent.txt4608 field public static final int FLAG_LOCAL_ONLY = 256; // 0x100
24808 field public static final int FLAG_LOCAL_ONLY = 2; // 0x2