Searched refs:EXTRA_PRELOAD_ID (Results 1 – 2 of 2) sorted by relevance
40 static final String EXTRA_PRELOAD_ID = "preload_id"; field in PreloadRequestReceiver98 String id = i.getStringExtra(EXTRA_PRELOAD_ID); in handlePreload()101 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload request has no " + EXTRA_PRELOAD_ID); in handlePreload()
228 if (intent.hasExtra(PreloadRequestReceiver.EXTRA_PRELOAD_ID)) { in getUrlDataFromIntent()229 String id = intent.getStringExtra(PreloadRequestReceiver.EXTRA_PRELOAD_ID); in getUrlDataFromIntent()