Home
last modified time | relevance | path

Searched refs:sourceComponent (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DShortcutsProvider.java116 final ComponentName sourceComponent = ComponentName.unflattenFromString(sourceName); in addShortcut() local
117 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() argument
133 Source source = getCorpora().getSource(sourceComponent.flattenToShortString()); in storeShortcut()
135 Log.w(TAG, "Unknown shortcut source " + sourceComponent); in storeShortcut()