Home | History | Annotate | Download | only in data

Lines Matching refs:mApplication

101     private GalleryApp mApplication;
112 mApplication = application;
120 addSource(new LocalSource(mApplication));
121 addSource(new PicasaSource(mApplication));
122 addSource(new ComboSource(mApplication));
123 addSource(new ClusterSource(mApplication));
124 addSource(new FilterSource(mApplication));
125 addSource(new SecureSource(mApplication));
126 addSource(new UriSource(mApplication));
127 addSource(new SnailSource(mApplication));
307 mApplication.getContentResolver()