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

  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 54 boolean showCallScreen();
57 * Variation of showCallScreen() that also specifies whether the
65 * @see showCallScreen
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 322 public boolean showCallScreen() {
326 // The variation of showCallScreen() that specifies the initial dialpad state.
327 // (Ideally this would be called showCallScreen() too, just with a different
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 707 phone.showCallScreen();
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 769 if (callKey && phone != null && phone.showCallScreen()) {
    [all...]

Completed in 150 milliseconds