HomeSort by relevance Sort by last modified time
    Searched refs:DUMP_FLAG_PROTO (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/os/
IServiceManager.java 88 int DUMP_FLAG_PROTO = 1 << 4;
  /frameworks/native/libs/binder/include/binder/
IServiceManager.h 48 static const int DUMP_FLAG_PROTO = 1 << 4;
  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 301 ExpectListServicesWithPriority({"Valet", "Car"}, IServiceManager::DUMP_FLAG_PROTO);
514 IServiceManager::DUMP_FLAG_PROTO);
530 IServiceManager::DUMP_FLAG_PROTO);
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 276 Vector<String16> protoServices = sm_->listServices(IServiceManager::DUMP_FLAG_PROTO);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 136 import static android.os.IServiceManager.DUMP_FLAG_PROTO;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 73 import static android.os.IServiceManager.DUMP_FLAG_PROTO;
    [all...]

Completed in 922 milliseconds