Searched refs:UP_ACTIVITY_CLASS (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DSimContacts.java63 private static final String UP_ACTIVITY_CLASS = field in class:SimContacts
278 intent.setClassName(UP_ACTIVITY_PACKAGE, UP_ACTIVITY_CLASS);
H A DSettings.java80 private static final String UP_ACTIVITY_CLASS = field in class:Settings
577 // Settings app may not launch this activity via UP_ACTIVITY_CLASS but the other
578 // Activity that looks exactly same as UP_ACTIVITY_CLASS ("SubSettings" Activity).
579 // At that moment, this Activity launches UP_ACTIVITY_CLASS on top of the Activity.
583 intent.setClassName(UP_ACTIVITY_PACKAGE, UP_ACTIVITY_CLASS);
H A DCallFeaturesSetting.java107 private static final String UP_ACTIVITY_CLASS = field in class:CallFeaturesSetting
1866 intent.setClassName(UP_ACTIVITY_PACKAGE, UP_ACTIVITY_CLASS);

Completed in 37 milliseconds