Home
last modified time | relevance | path

Searched defs:ACTION_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationPrototypeController.java58 static final int ACTION_DEFAULT = 0; field in NavigationPrototypeController
/frameworks/base/core/java/android/content/
DIntent.java693 public static final String ACTION_DEFAULT = ACTION_VIEW; field in Intent