Searched defs:onSessionError (Results 1 – 5 of 5) sorted by relevance
37 void onSessionError(in ParcelableException exception); in onSessionError() method
59 void onSessionError(@NonNull Throwable cause); in onSessionError() method
67 public void onSessionError(ParcelableException exception) { in onSessionError() method in EmbeddedPhotoPickerClientWrapper
155 override fun onSessionError(cause: Throwable) { in onSessionError() method in com.android.wallpaper.picker.category.ui.view.PhotoPickerFragment.ClientCallback
265 public void onSessionError(@NonNull Throwable cause) { in onSessionError() method in PhotoPickerToolActivity.ClientCallback