Searched defs:appIds (Results 1 – 3 of 3) sorted by relevance
39 void addAppIds(in @utf8InCpp String[] packageNames, in int[] appIds); in addAppIds()40 void addSandboxIds(in int[] appIds, in @utf8InCpp String[] sandboxIds); in addSandboxIds()
217 const std::vector<int32_t>& appIds) { in addAppIds()221 binder::Status VoldNativeService::addSandboxIds(const std::vector<int32_t>& appIds, in addSandboxIds()
549 std::vector<int64_t> appIds{}; in getAllPreloadedNanoappIds() local