Searched defs:newName (Results 1 - 3 of 3) sorted by relevance

/packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
H A DIDmtSubTree.java84 * @param newName new node name.
87 int renameNode(String path, String newName); argument
H A DDmtManagementObject.java421 public int renameNode(String path, String newName) { argument
/packages/apps/OMA-DM/plugins/pluginhelper/com/android/omadm/pluginhelper/
H A DDmtPluginFacade.java126 public int renameNode(String path, String newName) { argument
127 Log.d(TAG, String.format("DmtPluginFacade.renameNode(%s, %s)", path, newName));
129 status = setOperationResult(mManagementObject.renameNode(path, newName));

Completed in 142 milliseconds