Searched refs:launchBrowser (Results 1 – 2 of 2) sorted by relevance
83 PendingIntent launchBrowser = PendingIntent.getActivity(context, 0, in performUpdate() local93 views.setOnClickPendingIntent(R.id.app_shortcut, launchBrowser); in performUpdate()
74 private boolean launchBrowser = false; field in StkAppService369 if (launchBrowser) { in handleSessionEnd()370 launchBrowser = false; in handleSessionEnd()371 launchBrowser(mBrowserSettings); in handleSessionEnd()507 launchBrowser = true; in handleCmdResponse()647 private void launchBrowser(BrowserSettings settings) { in launchBrowser() method in StkAppService