Home
last modified time | relevance | path

Searched defs:appIds (Results 1 – 3 of 3) sorted by relevance

/system/vold/binder/android/os/
DIVold.aidl39 void addAppIds(in @utf8InCpp String[] packageNames, in int[] appIds); in addAppIds()
40 void addSandboxIds(in int[] appIds, in @utf8InCpp String[] sandboxIds); in addSandboxIds()
/system/vold/
DVoldNativeService.cpp217 const std::vector<int32_t>& appIds) { in addAppIds()
221 binder::Status VoldNativeService::addSandboxIds(const std::vector<int32_t>& appIds, in addSandboxIds()
/system/chre/host/common/
Dchre_aidl_hal_client.cc549 std::vector<int64_t> appIds{}; in getAllPreloadedNanoappIds() local