Searched refs:getDisplayHashAlgorithms (Results 1 – 3 of 3) sorted by relevance
134 private void getDisplayHashAlgorithms(RemoteCallback callback) { in getDisplayHashAlgorithms() method in DisplayHashingService192 public void getDisplayHashAlgorithms(RemoteCallback callback) { in getDisplayHashAlgorithms() method in DisplayHashingService.DisplayHashingServiceWrapper193 mHandler.sendMessage(obtainMessage(DisplayHashingService::getDisplayHashAlgorithms, in getDisplayHashAlgorithms()
60 void getDisplayHashAlgorithms(in RemoteCallback callback); in getDisplayHashAlgorithms() method
145 Map<String, DisplayHashParams> displayHashAlgorithms = getDisplayHashAlgorithms(); in getSupportedHashAlgorithms()204 final Map<String, DisplayHashParams> displayHashAlgorithmsMap = getDisplayHashAlgorithms(); in generateDisplayHash()233 private Map<String, DisplayHashParams> getDisplayHashAlgorithms() { in getDisplayHashAlgorithms() method in DisplayHashController244 service.getDisplayHashAlgorithms(remoteCallback); in getDisplayHashAlgorithms()