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

  /packages/apps/Phone/src/com/android/phone/
SimContacts.java 63 private static final String UP_ACTIVITY_CLASS =
278 intent.setClassName(UP_ACTIVITY_PACKAGE, UP_ACTIVITY_CLASS);
MobileNetworkSettings.java 76 private static final String UP_ACTIVITY_CLASS =
576 // Settings app may not launch this activity via UP_ACTIVITY_CLASS but the other
577 // Activity that looks exactly same as UP_ACTIVITY_CLASS ("SubSettings" Activity).
578 // At that moment, this Activity launches UP_ACTIVITY_CLASS on top of the Activity.
582 intent.setClassName(UP_ACTIVITY_PACKAGE, UP_ACTIVITY_CLASS);
CallFeaturesSetting.java 125 private static final String UP_ACTIVITY_CLASS =
    [all...]

Completed in 71 milliseconds