Home
last modified time | relevance | path

Searched refs:dps (Results 1 – 21 of 21) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataProfile.java81 public static Parcel toParcel(Parcel pc, DataProfile[] dps) { in toParcel() argument
87 pc.writeInt(dps.length); in toParcel()
88 for(int i = 0; i < dps.length; i++) { in toParcel()
89 pc.writeInt(dps[i].profileId); in toParcel()
90 pc.writeString(dps[i].apn); in toParcel()
91 pc.writeString(dps[i].protocol); in toParcel()
92 pc.writeInt(dps[i].authType); in toParcel()
93 pc.writeString(dps[i].user); in toParcel()
94 pc.writeString(dps[i].password); in toParcel()
95 pc.writeInt(dps[i].type); in toParcel()
[all …]
DDcTracker.java3314 ArrayList<DataProfile> dps = new ArrayList<DataProfile>(); in setDataProfilesAsNeeded() local
3320 for(DataProfile dpIn : dps) { in setDataProfilesAsNeeded()
3327 dps.add(dp); in setDataProfilesAsNeeded()
3331 if(dps.size() > 0) { in setDataProfilesAsNeeded()
3332 mPhone.mCi.setDataProfile(dps.toArray(new DataProfile[0]), null); in setDataProfilesAsNeeded()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataProfileTest.java102 DataProfile[] dps = new DataProfile[]{new DataProfile(mApn1, false), in testParcel() local
105 DataProfile.toParcel(p, dps); in testParcel()
108 assertEquals(dps.length, p.readInt()); in testParcel()
109 for (int i = 0; i < dps.length; i++) { in testParcel()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd275 <li>Every app widget specifies a minimum width and height in dps, as defined in the {@link android.…
278 Make sure that the widget is laid out with at least this many dps.
347 The size is specified as a minimum and maximum width/height in dps.
Dindex.jd269 <li>The <code>minResizeHeight</code> attribute specifies the minimum height (in dps) to which
273 <li>The <code> minResizeWidth </code> attribute specifies the minimum width (in dps) to which
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java568 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java569 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java1782 public void setDataProfile(DataProfile[] dps, Message result); in setDataProfile() argument
DRIL.java4828 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
4832 DataProfile.toParcel(rr.mParcel, dps); in setDataProfile()
4836 + " with " + dps + " Data Profiles : "); in setDataProfile()
4837 for (int i = 0; i < dps.length; i++) { in setDataProfile()
4838 riljLog(dps[i].toString()); in setDataProfile()
/frameworks/support/design/src/android/support/design/widget/
DTabLayout.java1005 private int dpToPx(int dps) { in dpToPx() argument
1006 return Math.round(getResources().getDisplayMetrics().density * dps); in dpToPx()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java1227 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
DSimulatedCommands.java1845 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken653 public void setDataProfile(DataProfile[] dps, Message result) {
/frameworks/base/docs/html/training/tv/playback/
Dbrowse.jd167 drawable resource, if {@code setTitle()} is also called. The drawable resource should be 52dps
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/
Dproviding-resources.jd373 画面の現在の方向に関係なく、この修飾子を使用することで、アプリケーションの UI に少なくとも {@code &lt;N&gt;} dps の幅を使用できます。
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/resources/
Dproviding-resources.jd373 您可以使用此限定詞確保無論螢幕目前的方向為何,您的應用程式至少有 {@code &lt;N&gt;} dps 的寬度可供 UI 使用。
/frameworks/base/docs/html-intl/intl/ko/guide/topics/resources/
Dproviding-resources.jd375 애플리케이션이 해당 UI에서 이용 가능한 너비 중 최소 {@code &lt;N&gt;}dps를 확보하도록 할 수 있습니다.</p>
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd762 application's has at least {@code <N>} dps of width available for its UI.</p>
1227 // Convert the dps to pixels, based on density scale
/frameworks/base/docs/html-intl/intl/in/guide/topics/resources/
Dproviding-resources.jd375 Anda memiliki paling tidak {@code &lt;N&gt;} dps dari lebar yang tersedia untuk UI-nya.</p>
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd387 application has at least {@code <N>} dps of width available for its UI.</p>
/frameworks/base/docs/html-intl/intl/pt-br/guide/topics/resources/
Dproviding-resources.jd375 o aplicativo tenha pelo menos {@code &lt;N&gt;} dps de largura disponível para a IU.</p>