Home
last modified time | relevance | path

Searched defs:responseType (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DCommandResponse.java55 @Nullable String response, @NonNull String responseType) { in CommandResponse()
DAdResponse.java63 public AdResponse(int id, @ResponseType int responseType, long elapsedTime) { in AdResponse()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DRcsStatsTest.java297 int[] responseType = { in onRcsAcsProvisioningStats_withAtoms() local
335 int[] responseType = { in onRcsAcsProvisioningStats_withAtomsInvalidSubId() local
377 int responseType = in onRcsAcsProvisioningStats_byCallBack() local
411 int responseType = in onRcsAcsProvisioningStats_byErrorCallBack() local
452 int[] responseType = {TelephonyStatsLog.RCS_ACS_PROVISIONING_STATS__RESPONSE_TYPE__ERROR, in onStoreCompleteRcsAcsProvisioningStats_withSubId() local
501 int[] responseType = {TelephonyStatsLog.RCS_ACS_PROVISIONING_STATS__RESPONSE_TYPE__ERROR, in onFlushIncompleteRcsAcsProvisioningStats_withoutSubId() local
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssVisibilityControl.java139 String otherProtocolStackName, byte requestor, String requestorId, byte responseType, in reportNfwNotification()
301 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in NfwNotification()
DGnssLocationProvider.java1771 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in onReportNfwNotification()
/frameworks/base/telephony/java/android/telephony/
DSmsCbCmasInfo.java287 @ResponseType int responseType, in SmsCbCmasInfo()
DSmsCbMessage.java694 int responseType; in createFromCursor() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java144 int language, int encoding, String body, int cmasCategory, int responseType, in createCmasSmsMessage()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java291 byte responseType, boolean inEmergencyMode, boolean isCachedLocation); in onReportNfwNotification()
1265 byte responseType, boolean inEmergencyMode, boolean isCachedLocation) { in reportNfwNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DRcsStats.java889 public void onRcsAcsProvisioningStats(int subId, int responseCode, int responseType, in onRcsAcsProvisioningStats()
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
DBearerData.java1966 int responseType = SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN; in decodeCmasUserData() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5304 private void processResponseDoneInternal(RILRequest rr, int rilError, int responseType, in processResponseDoneInternal()
5339 private void processResponseCleanUp(RILRequest rr, int rilError, int responseType, Object ret) { in processResponseCleanUp()