Searched refs:mHelperService (Results 1 – 1 of 1) sorted by relevance
67 private IngestService mHelperService; field in IngestActivity214 mHelperService.importSelectedItems( in onOptionsItemSelected()248 if (mHelperService != null) { in onResume()249 mHelperService.setClientActivity(this); in onResume()257 if (mHelperService != null) { in onPause()258 mHelperService.setClientActivity(null); in onPause()587 mHelperService.setClientActivity(IngestActivity.this);588 MtpDeviceIndex index = mHelperService.getIndex();597 mHelperService = null;607 if (mHelperService != null) { in doUnbindHelperService()[all …]