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

  /frameworks/base/core/java/android/app/
InstantAppResolverService.java 107 if (sanitizedIntent.isWebIntent()) {
134 if (sanitizedIntent.isWebIntent()) {
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 374 boolean requiresPrefixMatch = origIntent.isWebIntent() || (shaPrefix.length > 0
459 if (origIntent.isWebIntent()) {
PackageManagerService.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverListController.java 104 if (intent.isWebIntent()
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 226 public boolean isWebIntent() {
578 if (dispatch.isWebIntent()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 605 if (browserIntent != null && browserIntent.isWebIntent()) {
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]

Completed in 436 milliseconds