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

  /frameworks/native/cmds/installd/
installd_constants.h 66 constexpr int FLAG_STORAGE_CE = 1 << 1;
  /system/vold/
Ext4Crypt.cpp 64 static constexpr int FLAG_STORAGE_CE = 1 << 1;
624 if (flags & FLAG_STORAGE_CE) {
683 if (flags & FLAG_STORAGE_CE) {
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 212 public static final int FLAG_STORAGE_CE = 1 << 1;
    [all...]

Completed in 219 milliseconds