Home
last modified time | relevance | path

Searched refs:shouldIgnoreIntents (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DBrowserActivity.java61 if (shouldIgnoreIntents()) { in onCreate()
102 if (shouldIgnoreIntents()) return; in onNewIntent()
118 private boolean shouldIgnoreIntents() { in shouldIgnoreIntents() method in BrowserActivity