Searched refs:editorPackage (Results 1 – 3 of 3) sorted by relevance
314 String editorPackage = getString(R.string.config_screenshotEditor); in doEdit() local316 if (!TextUtils.isEmpty(editorPackage)) { in doEdit()317 intent.setComponent(ComponentName.unflattenFromString(editorPackage)); in doEdit()
297 String editorPackage = context.getString(R.string.config_screenshotEditor); in createEditAction()299 if (!TextUtils.isEmpty(editorPackage)) { in createEditAction()300 editIntent.setComponent(ComponentName.unflattenFromString(editorPackage)); in createEditAction()
1165 String editorPackage = getApplicationContext().getString(R.string.config_systemImageEditor);1166 if (editorPackage == null || TextUtils.isEmpty(editorPackage)) {1169 return ComponentName.unflattenFromString(editorPackage);