Searched refs:buildStartInBackgroundIntent (Results 1 – 4 of 4) sorted by relevance
50 public static Intent buildStartInBackgroundIntent(File script) { in buildStartInBackgroundIntent() method in IntentBuilders121 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, buildStartInBackgroundIntent(script)); in buildBackgroundShortcutIntent()
43 Intent intent = IntentBuilders.buildStartInBackgroundIntent(mScript); in handleEvent()
40 launchIntent = IntentBuilders.buildStartInBackgroundIntent(script); in onReceive()
146 Intent intent = IntentBuilders.buildStartInBackgroundIntent(script); in queryLiveFolder()