HomeSort by relevance Sort by last modified time
    Searched refs:ShortcutPublisher (Results 1 - 3 of 3) sorted by null

  /development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
ShortcutPublishingService.java 51 final ShortcutInfo si1 = ShortcutPublisher.addRandomIntents(
54 ShortcutPublisher.callApi(this, () ->
RequestPinShortcutResultReceiver.java 28 ShortcutPublisher.showToast(context, "Result received");
ShortcutPublisher.java 56 public class ShortcutPublisher extends Activity {
82 mMyActivity = new ComponentName(this, ShortcutPublisher.class);
226 intent2.setClass(this, ShortcutPublisher.class);
229 intent3.setClass(this, ShortcutPublisher.class);
338 ShortcutPublisher.callApi(context, () -> {

Completed in 169 milliseconds