Searched refs:picture (Results 1 - 3 of 3) sorted by relevance

/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
H A DDemoPhoneRenderer.java74 public void onContactPhotoUpdated(Bitmap picture) { argument
75 Log.d(TAG, "onContactPhotoUpdated, picture: " + picture);
76 if (picture != null) {
77 mView.setPhoneImage(picture);
H A DCallStateMonitor.java96 void onContactPhotoUpdated(Bitmap picture); argument
H A DPhoneBook.java173 void onPhotoLoaded(int contactId, @Nullable Bitmap picture); argument

Completed in 595 milliseconds