Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutPublishingService.java51 final ShortcutInfo si1 = ShortcutPublisher.addRandomIntents( in addShortcut() local
55 getSystemService(ShortcutManager.class).addDynamicShortcuts(Arrays.asList(si1))); in addShortcut()
DShortcutPublisher.java234 final ShortcutInfo si1 = addRandomIntents(this, new ShortcutInfo.Builder(this, "shortcut1")) in onPublishPressed() local
252 callApi(this, () -> mShortcutManager.setDynamicShortcuts(Arrays.asList(si1, si2, si3))); in onPublishPressed()
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
DSampleSpellCheckerService.java113 final SuggestionsInfo si1 = new SuggestionsInfo( in onGetSentenceSuggestionsMultiple() local
117 sis = new SuggestionsInfo[] {si0, si1, si2}; in onGetSentenceSuggestionsMultiple()