HomeSort by relevance Sort by last modified time
    Searched refs:uusType (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UUSInfo.java 71 public UUSInfo(int uusType, int uusDcs, byte[] uusData) {
72 mUusType = uusType;
89 public void setType(int uusType) {
90 mUusType = uusType;
RadioResponse.java     [all...]
RIL.java 785 info.uusType = uusInfo.getType();
    [all...]
  /hardware/ril/include/telephony/
ril.h 407 RIL_UUS_Type uusType; /* UUS Type */
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal 294 enum UusType : int32_t {
    [all...]
  /hardware/ril/libril/
ril_service.cpp 923 uusInfo.uusType = (RIL_UUS_Type) dialInfo.uusInfo[0].uusType;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 232 milliseconds