Searched defs:si (Results 1 – 6 of 6) sorted by relevance
/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutPublisher.java | 110 map.put(si.getId(), si); in getAllShortcuts() local 116 map.put(si.getId(), si); in getAllShortcuts() local 122 map.put(si.getId(), si); in getAllShortcuts() local 271 final ShortcutInfo si = addRandomIntents(this, new ShortcutInfo.Builder(this, in onAddPressed() local 294 void launch(ShortcutInfo si) { in launch() 298 void deleteDynamic(ShortcutInfo si) { in deleteDynamic() 330 final ShortcutInfoCompat si = addRandomIntents( in requestPinShortcut() local 381 protected boolean showLaunch(ShortcutInfo si) { in showLaunch() 386 protected boolean showAction2(ShortcutInfo si) { in showAction2() 391 protected String getAction2Text(ShortcutInfo si) { in getAction2Text() [all …]
|
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/ |
D | ShortcutAdapter.java | 69 protected boolean showLaunch(ShortcutInfo si) { in showLaunch() 73 protected boolean showAction2(ShortcutInfo si) { in showAction2() 77 protected String getAction2Text(ShortcutInfo si) { in getAction2Text() 81 protected void onLaunchClicked(ShortcutInfo si) { in onLaunchClicked() 84 protected void onAction2Clicked(ShortcutInfo si) { in onAction2Clicked() 140 public void bindView(View view, int position, ShortcutInfo si) { in bindView() 193 final ShortcutInfo si = (ShortcutInfo)(((View) v.getParent()).getTag()); in onClick() local
|
/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/ |
D | ShortcutListFragment.java | 118 private void launch(ShortcutInfo si) { in launch() 229 protected boolean showLaunch(ShortcutInfo si) { in showLaunch() 234 protected boolean showAction2(ShortcutInfo si) { in showAction2() 239 protected String getAction2Text(ShortcutInfo si) { in getAction2Text() 244 protected void onLaunchClicked(ShortcutInfo si) { in onLaunchClicked() 249 protected void onAction2Clicked(ShortcutInfo si) { in onAction2Clicked()
|
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/ |
D | HelloSpellCheckerActivity.java | 90 final StringBuilder sb, final SuggestionsInfo si, final int length, final int offset) { in dumpSuggestionsInfoInternal()
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
D | SampleSpellCheckerService.java | 127 final SuggestionsInfo si = new SuggestionsInfo(flags, in onGetSentenceSuggestionsMultiple() local
|
/development/apps/Development/src/com/android/development/ |
D | PackageSummary.java | 205 ServiceInfo si = info.services[i]; in onCreate() local
|