Searched defs:updatableViaApex (Results 1 – 5 of 5) sorted by relevance
76 std::optional<String16> ServiceManager::updatableViaApex(const String16& name) { in updatableViaApex() function in android::ServiceManager
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