/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataProfile.java | 81 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 …]
|
D | DcTracker.java | 3314 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/ |
D | DataProfileTest.java | 102 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/ |
D | host.jd | 275 <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.
|
D | index.jd | 269 <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/ |
D | ImsPhoneCommandInterface.java | 568 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 569 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 1782 public void setDataProfile(DataProfile[] dps, Message result); in setDataProfile() argument
|
D | RIL.java | 4828 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/ |
D | TabLayout.java | 1005 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/ |
D | SimulatedCommandsVerifier.java | 1227 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
|
D | SimulatedCommands.java | 1845 public void setDataProfile(DataProfile[] dps, Message result) { in setDataProfile() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 653 public void setDataProfile(DataProfile[] dps, Message result) {
|
/frameworks/base/docs/html/training/tv/playback/ |
D | browse.jd | 167 drawable resource, if {@code setTitle()} is also called. The drawable resource should be 52dps
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/resources/ |
D | providing-resources.jd | 373 画面の現在の方向に関係なく、この修飾子を使用することで、アプリケーションの UI に少なくとも {@code <N>} dps の幅を使用できます。
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/resources/ |
D | providing-resources.jd | 373 您可以使用此限定詞確保無論螢幕目前的方向為何,您的應用程式至少有 {@code <N>} dps 的寬度可供 UI 使用。
|
/frameworks/base/docs/html-intl/intl/ko/guide/topics/resources/ |
D | providing-resources.jd | 375 애플리케이션이 해당 UI에서 이용 가능한 너비 중 최소 {@code <N>}dps를 확보하도록 할 수 있습니다.</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 762 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/ |
D | providing-resources.jd | 375 Anda memiliki paling tidak {@code <N>} dps dari lebar yang tersedia untuk UI-nya.</p>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | providing-resources.jd | 387 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/ |
D | providing-resources.jd | 375 o aplicativo tenha pelo menos {@code <N>} dps de largura disponível para a IU.</p>
|