Searched defs:response (Results 101 - 105 of 105) sorted by relevance

12345

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java328 public void setNetworkSelectionModeAutomatic(Message response) { argument
337 Message response) {
350 public void restoreSavedNetworkSelection(Message response) { argument
460 public void queryCdmaRoamingPreference(Message response) { argument
468 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) { argument
472 public void setCdmaSubscription(int cdmaSubscriptionType, Message response) { argument
476 public void setPreferredNetworkType(int networkType, Message response) { argument
480 public void getPreferredNetworkType(Message response) { argument
512 public void setBandMode(int bandMode, Message response) { argument
516 public void queryAvailableBandMode(Message response) { argument
336 selectNetworkManually(OperatorInfo network, boolean persistSelection, Message response) argument
520 invokeOemRilRequestRaw(byte[] data, Message response) argument
524 invokeOemRilRequestStrings(String[] strings, Message response) argument
528 nvReadItem(int itemID, Message response) argument
532 nvWriteItem(int itemID, String itemValue, Message response) argument
536 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
540 nvResetConfig(int resetType, Message response) argument
948 setRadioCapability(RadioCapability rc, Message response) argument
992 getModemActivityInfo(Message response) argument
1219 getAvailableNetworks(Message response) argument
1223 getNeighboringCids(Message response) argument
1239 getDataCallList(Message response) argument
1307 activateCellBroadcastSms(int activate, Message response) argument
1311 getCellBroadcastSmsConfig(Message response) argument
1315 setCellBroadcastSmsConfig(int[] configValuesArray, Message response) argument
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp584 sp<AMessage> response; local
585 status_t err = msg->postAndAwaitResponse(&response);
588 (void)response->findInt32("err", &err);
5385 sp<AMessage> response = new AMessage; local
5386 response->setInt32("err", err);
5387 response->postReply(replyID);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1044 public boolean simAuthResponse(int id, String type, String response) { argument
1046 return doBooleanCommand("CTRL-RSP-SIM-" + id + ":" + type + response);
1059 public boolean simIdentityResponse(int id, String response) { argument
1060 return doBooleanCommand("CTRL-RSP-IDENTITY-" + id + ":" + response);
1736 * Called for each AP as it is found with the entire contents of the beacon/probe response.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1086 * @param response The message to dispatch when the network selection
1091 public void setNetworkSelectionModeAutomatic(Message response) { argument
1097 msg.obj = response;
1103 Message response = (Message)ar.userObj;
1117 // wrap the response message in our own message along with
1121 nsm.message = response;
1150 * Manually selects a network. <code>response</code> is
1151 * dispatched when this is complete. <code>response.obj</code> will be
1152 * an AsyncResult, and <code>response.obj.exception</code> will be non-null
1158 Message response) {
1157 selectNetworkManually(OperatorInfo network, boolean persistSelection, Message response) argument
1264 restoreSavedNetworkSelection(Message response) argument
1727 queryCdmaRoamingPreference(Message response) argument
1755 setCdmaRoamingPreference(int cdmaRoamingType, Message response) argument
1764 setCdmaSubscription(int cdmaSubscriptionType, Message response) argument
1774 setPreferredNetworkType(int networkType, Message response) argument
1809 getPreferredNetworkType(Message response) argument
1894 setBandMode(int bandMode, Message response) argument
1906 queryAvailableBandMode(Message response) argument
1923 invokeOemRilRequestRaw(byte[] data, Message response) argument
1941 invokeOemRilRequestStrings(String[] strings, Message response) argument
1952 nvReadItem(int itemID, Message response) argument
1964 nvWriteItem(int itemID, String itemValue, Message response) argument
1975 nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) argument
1987 nvResetConfig(int resetType, Message response) argument
3025 setRadioCapability(RadioCapability rc, Message response) argument
3153 getModemActivityInfo(Message response) argument
[all...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4404 final IBinder response) {
4420 sendPrivateKeyAliasResponse(null, response);
4429 intent.putExtra(DeviceAdminReceiver.EXTRA_CHOOSE_PRIVATE_KEY_RESPONSE, response);
4437 sendPrivateKeyAliasResponse(chosenAlias, response);
4403 choosePrivateKeyAlias(final int uid, final Uri uri, final String alias, final IBinder response) argument

Completed in 6196 milliseconds

12345