Searched refs:mModule (Results 1 – 2 of 2) sorted by relevance
35 private final ModuleInfo mModule; field in ModuleLicensePreference39 mModule = module; in ModuleLicensePreference()50 ModuleLicenseProvider.getUriForPackage(mModule.getPackageName()), in onClick()52 .putExtra(Intent.EXTRA_TITLE, mModule.getName()) in onClick()
313 private final WeakReference<PhotoModule> mModule; field in PhotoModule.MainHandler317 mModule = new WeakReference<PhotoModule>(module); in MainHandler()322 PhotoModule module = mModule.get(); in handleMessage()