Searched refs:on (Results 1 - 25 of 211) sorted by last modified time

123456789

/frameworks/wilhelm/src/
H A DAndroid.mk62 # (otherwise a warning log on error results only)
/frameworks/opt/emoji/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/inputmethodcommon/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/mailcommon/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/mailcommon/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/mms/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/photoviewer/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/telephony/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java11 * distributed under the License is distributed on an "AS IS" BASIS,
379 // but only on audio mode transitions
386 if (VDBG) Log.d(LOG_TAG, "requestAudioFocus on STREAM_RING");
414 if (VDBG) Log.d(LOG_TAG, "requestAudioFocus on STREAM_VOICE_CALL");
507 * Active call, if any, go on hold.
594 * Places active call on hold, and makes held call active.
982 * Play a DTMF tone on the active call.
1010 * Start to paly a DTMF tone on the active call.
1066 * @param on the DTMF ON length in milliseconds, or 0 for default
1071 public boolean sendBurstDtmf(String dtmfString, int on, in argument
[all...]
H A DCommandsInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
32 RADIO_ON; /* Radio is on */
114 * Fires on any RadioState transition
118 * on previous invocations of this notification. Instead, use the other
128 * Fires on any transition into RadioState.isOn()
137 * Fires on any transition out of RadioState.isAvailable()
146 * Fires on any transition into !RadioState.isAvailable()
155 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
164 * Fires on any change in ICC status
236 * seconds on syste
987 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1036 setRadioPower(boolean on, Message response) argument
[all...]
H A DPhone.java11 * distributed under the License is distributed on an "AS IS" BASIS,
136 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL
275 * Get current signal strength. No change notification available on this
595 * Answers a ringing or waiting call. Active calls, if any, go on hold.
616 * Places any active calls on hold, and makes any held calls
776 * see 3GPP 20.030, section 6.5.5.1 for specs on the allowed MMI commands.
785 * Play a DTMF tone on the active call. Ignored if there is no active call.
792 * Start to paly a DTMF tone on the active call. Ignored if there is no active call
814 * @param on the DTMF ON length in milliseconds, or 0 for default
819 void sendBurstDtmf(String dtmfString, int on, in argument
[all...]
H A DPhoneBase.java11 * distributed under the License is distributed on an "AS IS" BASIS,
79 // Key used to read/write "disable data connection on boot" pref (used for testing)
238 * This will be false on "data only" devices which can't make voice
928 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
1142 Log.e(LOG_TAG, "getIsimRecords() is only supported on LTE devices");
1147 Log.e(LOG_TAG, "requestIsimAuthentication() is only supported on LTE devices");
H A DPhoneProxy.java11 * distributed under the License is distributed on an "AS IS" BASIS,
105 logd("Unexpected exception on EVENT_RIL_CONNECTED");
863 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ argument
864 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DRIL.java11 * distributed under the License is distributed on an "AS IS" BASIS,
371 // the wake lock on errors.
447 * @return Length of message less header, or -1 on end of stream.
597 // Clear request list on close
1174 sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
1179 rr.mp.writeString(Integer.toString(on));
1379 setRadioPower(boolean on, Message result) { argument
1383 rr.mp.writeInt(on ? 1 : 0);
1387 + (on ? " on"
2034 sendScreenState(boolean on) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java11 * distributed under the License is distributed on an "AS IS" BASIS,
531 * Only notify complete if it's on the pending list. Otherwise, it's
677 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { argument
688 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
1162 * @param response Callback message is empty on completion
1172 * @param response Callback message is empty on completion
1182 * @param response Callback message is empty on completion
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java11 * distributed under the License is distributed on an "AS IS" BASIS,
168 public void sendBurstDtmf(String dtmfString, int on, int off, argument
198 public void setRadioPower(boolean on, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java11 * distributed under the License is distributed on an "AS IS" BASIS,
438 * ar.exception carries exception on failure
465 * ar.exception carries exception on failure
476 * ar.exception carries exception on failure
478 * ar.result is null on success and failure
480 * CLIR_DEFAULT == on "use subscription default value"
481 * CLIR_SUPPRESSION == on "CLIR suppression" (allow CLI presentation)
482 * CLIR_INVOCATION == on "CLIR invocation" (restrict CLI presentation)
493 * ar.exception carries exception on failure
495 * ar.result is null on succes
932 sendBurstDtmf(String dtmfString, int on, int off, Message result) argument
1026 setRadioPower(boolean on, Message result) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java11 * distributed under the License is distributed on an "AS IS" BASIS,
345 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { argument
373 public void setRadioPower(boolean on, Message response) { argument
/frameworks/opt/vcard/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/opt/vcard/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v13/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v4/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/v7/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/frameworks/support/volley/tests/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 1670 milliseconds

123456789