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 53 boolean showCallScreen();
56 * Variation of showCallScreen() that also specifies whether the
64 * @see showCallScreen
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 581 phone.showCallScreen();
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 317 public boolean showCallScreen() {
321 // The variation of showCallScreen() that specifies the initial dialpad state.
322 // (Ideally this would be called showCallScreen() too, just with a different
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 688 if (callKey && phone != null && phone.showCallScreen()) {
    [all...]

Completed in 691 milliseconds