Home
last modified time | relevance | path

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

/system/vold/binder/android/os/
DIVold.aidl36 void addAppIds(in @utf8InCpp String[] packageNames, in int[] appIds); in addAppIds()
37 void addSandboxIds(in int[] appIds, in @utf8InCpp String[] sandboxIds); in addSandboxIds()
/system/vold/
DVoldNativeService.cpp207 const std::vector<int32_t>& appIds) { in addAppIds()
211 binder::Status VoldNativeService::addSandboxIds(const std::vector<int32_t>& appIds, in addSandboxIds()