Searched refs:sourceComponent (Results 1 – 1 of 1) sorted by relevance
116 final ComponentName sourceComponent = ComponentName.unflattenFromString(sourceName); in addShortcut() local117 if (!checkCallingPackage(sourceComponent.getPackageName())) { in addShortcut()118 Log.w(TAG, "Got shortcut for " + sourceComponent + " from a different process"); in addShortcut()124 storeShortcut(sourceComponent, shortcut); in addShortcut()130 private void storeShortcut(ComponentName sourceComponent, ContentValues shortcut) { in storeShortcut() argument133 Source source = getCorpora().getSource(sourceComponent.flattenToShortString()); in storeShortcut()135 Log.w(TAG, "Unknown shortcut source " + sourceComponent); in storeShortcut()