Searched defs:mLoader (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSettings.java36 BluetoothMapAccountLoader mLoader = new BluetoothMapAccountLoader(this); field in class:BluetoothMapSettings
45 mGroups = mLoader.parsePackages(true);
53 listView, mGroups, mLoader.getAccountsEnabledCount());
H A DBluetoothMapAppObserver.java56 BluetoothMapAccountLoader mLoader; field in class:BluetoothMapAppObserver
64 mLoader = new BluetoothMapAccountLoader(mContext);
65 mFullList = mLoader.parsePackages(false); /* Get the current list of apps */
91 ArrayList<BluetoothMapAccountItem> newAccountList = mLoader.parseAccounts(app);
263 BluetoothMapAccountItem app = mLoader.createAppItem(resolveInfo,
269 mLoader.parseAccounts(app);
/packages/apps/Settings/src/com/android/settings/applications/
H A DNotificationApps.java33 private final SummaryLoader mLoader; field in class:NotificationApps.SummaryProvider
38 mLoader = loader;
62 mLoader.setSummary(this, mContext.getString(R.string.notification_summary_none));
64 mLoader.setSummary(this, mContext.getResources().getQuantityString(
H A DAppOpsCategory.java99 final AppListLoader mLoader; field in class:AppOpsCategory.PackageIntentReceiver
102 mLoader = loader;
107 mLoader.getContext().registerReceiver(this, filter);
112 mLoader.getContext().registerReceiver(this, sdFilter);
117 mLoader.onContentChanged();
H A DManageApplications.java1265 private final SummaryLoader mLoader; field in class:ManageApplications.SummaryProvider
1270 mLoader = loader;
1279 mLoader.setSummary(SummaryProvider.this,
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DIconLoaderTest.java30 protected IconLoader mLoader; field in class:IconLoaderTest
34 mLoader = create();
40 assertNull(mLoader.getIcon(null));
41 assertNull(mLoader.getIcon(""));
42 assertNull(mLoader.getIcon("0"));
43 assertNotNull(mLoader.getIcon(String.valueOf(android.R.drawable.star_on)));
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java38 private ThumbnailLoader mLoader; field in class:BitmapJobDrawable
51 if (mLoader != null) {
52 mLoader.cancelLoad();
61 mLoader = new ThumbnailLoader(this);
62 mLoader.startLoad();
70 Bitmap bitmap = mLoader.getBitmap();
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DActionServiceSystemTest.java281 StubLoader mLoader; field in class:ActionServiceSystemTest
301 mLoader = new StubLoader();
H A DActionServiceTest.java141 StubLoader mLoader; field in class:ActionServiceTest
/packages/apps/Settings/src/com/android/settings/
H A DDisplaySettings.java485 private final SummaryLoader mLoader; field in class:DisplaySettings.SummaryProvider
489 mLoader = loader;
503 mLoader.setSummary(this, mContext.getString(auto ? R.string.display_summary_on
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageSettings.java464 private final SummaryLoader mLoader; field in class:StorageSettings.SummaryProvider
468 mLoader = loader;
496 mLoader.setSummary(this, mContext.getString(R.string.storage_summary,
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageSummary.java453 private final SummaryLoader mLoader; field in class:PowerUsageSummary.SummaryProvider
457 mLoader = loader;
467 mLoader.setSummary(SummaryProvider.this, info.mChargeLabelString);
/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthByWeekFragment.java91 private CursorLoader mLoader; field in class:MonthByWeekFragment
138 if (!mShouldLoad || mLoader == null) {
147 mLoader.setUri(mEventUri);
148 mLoader.startLoading();
149 mLoader.onContentChanged();
161 mLoader = (CursorLoader) getLoaderManager().initLoader(0, null,
223 if (mLoader != null) {
224 mLoader.stopLoading();
314 mLoader = (CursorLoader) getLoaderManager().initLoader(0, null, this);
373 if (prevHideDeclined != mHideDeclined && mLoader !
[all...]
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java129 private CursorLoader mLoader; field in class:CalendarAppWidgetService.CalendarFactory
141 if (mLoader != null) {
142 mLoader.forceLoad();
153 if (mLoader != null && version >= currentVersion.get()) {
155 mLoader.setUri(uri);
156 mLoader.setSelection(selection);
160 mLoader.forceLoad();
195 if (mLoader != null) {
196 mLoader.reset();
379 mLoader
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java62 private WallpaperLoader mLoader; field in class:WallpaperChooserDialogFragment
87 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
88 mLoader.cancel(true);
89 mLoader = null;
182 if (mLoader != null && mLoader.getStatus() != WallpaperLoader.Status.FINISHED) {
183 mLoader.cancel();
185 mLoader = (WallpaperLoader) new WallpaperLoader().execute(position);
304 mLoader
[all...]
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java298 private CursorLoader mLoader; field in class:PhoneNumberInteraction
369 if (mLoader != null) {
370 mLoader.reset();
388 mLoader = new CursorLoader(mContext,
394 mLoader.registerListener(0, this);
395 mLoader.startLoading();
498 return mLoader;
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java92 private ImageLoader mLoader; field in class:ImageGallery
140 mLoader = new ImageLoader(getContentResolver(), mHandler);
362 mLoader.stop();
403 mGvs.setLoader(mLoader);
H A DGridViewSpecial.java115 private ImageLoader mLoader; field in class:GridViewSpecial
166 mLoader = loader;
238 mAllImages, mLoader, mDrawAdapter, mSpec, mColumns, width,
448 Assert(mLoader != null);
729 private final ImageLoader mLoader; field in class:ImageBlockManager
752 mLoader = loader;
792 int[] tags = mLoader.clearQueue();
1054 mLoader.getBitmap(image, cb, pos);
1163 if (mLoader.cancel(mImageList.getImageAt(pos))) {
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 612 milliseconds