HomeSort by relevance Sort by last modified time
    Searched full:dialpad (Results 26 - 50 of 62) sorted by null

12 3

  /packages/apps/Dialer/res/values/
strings.xml 309 <!-- Content description for the button that displays the dialpad
331 <!-- Menu items for dialpad options as part of Pause and Wait ftr -->
350 <!-- Item label: jump to the in-call DTMF dialpad.
360 <!-- Item label: use the Dialer's dialpad to add another call.
482 dialpad, if there's already a call in progress. (This hint
557 <!-- The digit to be displayed on the 0 key of the dialpad [CHAR LIMIT=1]-->
559 <!-- The digit to be displayed on the 1 key of the dialpad [CHAR LIMIT=1]-->
561 <!-- The digit to be displayed on the 2 key of the dialpad [CHAR LIMIT=1]-->
563 <!-- The digit to be displayed on the 3 key of the dialpad [CHAR LIMIT=1]-->
565 <!-- The digit to be displayed on the 4 key of the dialpad [CHAR LIMIT=1]--
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
InCallActivity.java 287 // TODO: If the dialpad isn't currently visible, maybe
314 // dialpad should be initially visible. If the extra isn't
315 // present at all, we just leave the dialpad in its previous state.
332 // wants to use the dialpad toward the exact line, so un-hold the holding line.
377 * Simulates a user click to hide the dialpad. This will update the UI to show the call card,
378 * update the checked state of the dialpad button, and update the proximity sensor state.
CallButtonPresenter.java 75 // When connected to voice mail, automatically shows the dialpad.
78 // the dialpad too.)
208 Log.v(this, "Show dialpad " + String.valueOf(checked));
288 // while the dialpad is visible (since it would overlap.)
DialpadFragment.java 63 // KeyListener used with the "dialpad digits" EditText widget.
74 * while the DTMF dialpad is up.
ProximitySensor.java 216 // We do not keep the screen off when dialpad is visible, we are horizontal, and
InCallPresenter.java 516 * Hides the dialpad. Called when a call is disconnected (Requires hiding dialpad).
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java 17 package com.android.dialer.dialpad;
SmartDialCursorLoader.java 17 package com.android.dialer.dialpad;
SmartDialNameMatcher.java 17 package com.android.dialer.dialpad;
21 import com.android.dialer.dialpad.SmartDialPrefix.PhoneNumberTokens;
SmartDialPrefix.java 17 package com.android.dialer.dialpad;
67 /** Dialpad mapping. */
142 /** Converts a character into the number on dialpad that represents the character.*/
LatinSmartDialMap.java 1 package com.android.dialer.dialpad;
  /packages/apps/Dialer/src/com/android/dialer/list/
SmartDialNumberPickerFragment.java 27 import com.android.dialer.dialpad.SmartDialCursorLoader;
SmartDialSearchFragment.java 25 import com.android.dialer.dialpad.SmartDialCursorLoader;
SearchFragment.java 31 import com.android.dialer.dialpad.DialpadFragment;
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentTest.java 17 package com.android.dialer.dialpad;
SmartDialNameMatcherTest.java 17 package com.android.dialer.dialpad;
24 import com.android.dialer.dialpad.SmartDialNameMatcher;
25 import com.android.dialer.dialpad.SmartDialPrefix;
  /packages/apps/InCallUI/res/layout/
dtmf_twelve_key_dialer_view.xml 17 <!-- The grid of buttons used in the onscreen DTMF dialpad;
54 android:id="@+id/dialpad"
call_button_fragment.xml 60 Dialpad / Audio mode / Mute / Hold / Add call
87 <!-- "Dialpad" -->
  /frameworks/base/docs/html/about/versions/
android-1.1.jd 152 <li>Single tap no longer opens the in-call dialpad; users now need to
185 <li>Dialer: Adds a "Show dialpad" / "Hide dialpad" item to the in-call
186 menu, to make it easier to discover the DTMF dialpad. </li>
  /packages/apps/Dialer/res/layout/
dialtacts_activity.xml 25 <!-- Overlapping dialpad fragment is inserted here -->
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 40 import com.android.dialer.dialpad.SmartDialNameMatcher;
41 import com.android.dialer.dialpad.SmartDialPrefix;
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
SmartDialPrefixTest.java 30 import com.android.dialer.dialpad.SmartDialNameMatcher;
31 import com.android.dialer.dialpad.SmartDialPrefix;
43 * adb shell am instrument -w -e class com.android.dialer.dialpad.SmartDialPrefixTest /
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 35 * Helper class to listen for some magic dialpad character sequences
PhoneInterfaceManager.java 317 // Show the in-call screen without specifying the initial dialpad state.
322 // The variation of showCallScreen() that specifies the initial dialpad state.
  /packages/apps/DeskClock/res/values/
styles.xml 266 <style name="dialpad">

Completed in 766 milliseconds

12 3