Searched defs:updatableViaApex (Results 1 – 7 of 7) sorted by relevance
44 std::optional<std::string>&& updatableViaApex) in ManifestInstance()52 const std::optional<std::string>& updatableViaApex) in ManifestInstance()86 const std::optional<std::string>& ManifestInstance::updatableViaApex() const { in updatableViaApex() function in android::vintf::ManifestInstance
76 std::optional<String16> ServiceManager::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManager
74 const std::optional<std::string>& updatableViaApex() const { return mUpdatableViaApex; } in updatableViaApex() function
113 @nullable @utf8InCpp String updatableViaApex(@utf8InCpp String name); in updatableViaApex() method
97 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex() method in ServiceManagerProxy
107 std::optional<std::string> updatableViaApex; in getVintfUpdatableApex() local424 Status ServiceManager::updatableViaApex(const std::string& name, in updatableViaApex() function in android::ServiceManager
392 std::optional<String16> ServiceManagerShim::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManagerShim