Searched defs:dps (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java567 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java568 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { argument
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java151 private static final int DEFAULT_HEIGHT_WITH_TEXT_ICON = 72; // dps
152 static final int DEFAULT_GAP_TEXT_ICON = 8; // dps
154 private static final int DEFAULT_HEIGHT = 48; // dps
155 private static final int TAB_MIN_WIDTH_MARGIN = 56; //dps
156 static final int FIXED_WRAP_GUTTER_MIN = 16; //dps
1000 int dpToPx(int dps) { argument
1001 return Math.round(getResources().getDisplayMetrics().density * dps);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1800 * @param dps
1807 void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result); argument
H A DRIL.java3443 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { argument
3453 for (DataProfile profile : dps) {
3459 for (DataProfile dp : dps) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1871 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { argument
H A DSimulatedCommandsVerifier.java1225 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) { argument

Completed in 83 milliseconds