Lines Matching defs:call
142 * Broadcast intent action indicating that the call state (cellular)
146 * The {@link #EXTRA_STATE} extra indicates the new call state.
157 * Instead, use {@link #getCallState} to synchronously query the current call state.
169 * call. By default, the device's default SMS app consumes this message and sends a text message
212 * for a String containing the new call state.
245 * Only valid when the new call state is RINGING.
302 * In the future this call will be deprecated.
363 * In the future this call will be deprecated.
1022 * nobody seems to call this.
1182 /** Device call state: No activity. */
1184 /** Device call state: Ringing. A new call arrived and is
1185 * ringing or waiting. In the latter case, another call is
1188 /** Device call state: Off-hook. At least one call exists
1194 * Returns a constant indicating the call state (cellular) on the device.
1256 * data activity may be suspended when a voice call arrives. */
1379 * to display the in-call UI while a cellular voice call is active.
1381 * calls and don't support any in-call UI.
1494 public void call(String callingPackage, String number) {
1496 getITelephony().call(callingPackage, number);
1498 Log.e(TAG, "Error calling ITelephony#call", e);