Searched refs:editorPackage (Results 1 – 4 of 4) sorted by relevance
70 String editorPackage = context.getString(R.string.config_screenshotEditor); in getImageEditIntent() local72 if (!TextUtils.isEmpty(editorPackage)) { in getImageEditIntent()73 editIntent.setComponent(ComponentName.unflattenFromString(editorPackage)); in getImageEditIntent()
341 String editorPackage = getString(R.string.config_screenshotEditor); in doEdit() local349 if (!TextUtils.isEmpty(editorPackage)) { in doEdit()350 intent.setComponent(ComponentName.unflattenFromString(editorPackage)); in doEdit()
313 String editorPackage = context.getString(R.string.config_screenshotEditor); in createEditAction()315 if (!TextUtils.isEmpty(editorPackage)) { in createEditAction()316 editIntent.setComponent(ComponentName.unflattenFromString(editorPackage)); in createEditAction()
1153 String editorPackage = getApplicationContext().getString(R.string.config_systemImageEditor);1154 if (editorPackage == null || TextUtils.isEmpty(editorPackage)) {1157 return ComponentName.unflattenFromString(editorPackage);