Home
last modified time | relevance | path

Searched refs:notifyOneClient (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java698 notifyOneClient(mClients.get(i), status, cause, detail); in postStatus()
705 private void notifyOneClient(Messenger client, int status, int cause, Throwable detail) in notifyOneClient() method in DynamicSystemInstallationService
769 notifyOneClient(client, status, CAUSE_NOT_SPECIFIED, null); in handleMessage()