Searched refs:Delegate (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageBottomControls.java34 public interface Delegate { interface in class:PhotoPageBottomControls
41 private Delegate mDelegate;
60 public PhotoPageBottomControls(Delegate delegate, Context context, RelativeLayout layout) {
H A DPhotoPage.java76 PhotoPageBottomControls.Delegate, GalleryActionBar.OnAlbumModeSelectedListener {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailTable.java37 public interface Delegate { interface in interface:VoicemailTable
50 * A helper interface that an implementation of {@link Delegate} uses to access common
H A DVoicemailContentProvider.java53 private VoicemailTable.Delegate mVoicemailContentTable;
54 private VoicemailTable.Delegate mVoicemailStatusTable;
146 private VoicemailTable.Delegate getTableDelegate(UriData uriData) {
H A DVoicemailStatusTable.java36 * Implementation of {@link VoicemailTable.Delegate} for the voicemail status table.
38 public class VoicemailStatusTable implements VoicemailTable.Delegate {
H A DVoicemailContentTable.java46 * Implementation of {@link VoicemailTable.Delegate} for the voicemail content table.
48 public class VoicemailContentTable implements VoicemailTable.Delegate {

Completed in 1158 milliseconds