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

  /packages/apps/Browser/src/com/android/browser/
PreloadRequestReceiver.java 40 static final String EXTRA_PRELOAD_ID = "preload_id";
98 String id = i.getStringExtra(EXTRA_PRELOAD_ID);
101 if (LOGD_ENABLED) Log.d(LOGTAG, "Preload request has no " + EXTRA_PRELOAD_ID);
IntentHandler.java 228 if (intent.hasExtra(PreloadRequestReceiver.EXTRA_PRELOAD_ID)) {
229 String id = intent.getStringExtra(PreloadRequestReceiver.EXTRA_PRELOAD_ID);

Completed in 249 milliseconds