/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | PasspointMatchInfo.java | 35 private static final Map<NetworkDetail.Ant, Integer> sAntScores = new HashMap<>(); 40 sAntScores.put(NetworkDetail.Ant.FreePublic, 4); in sAntScores.put() 41 sAntScores.put(NetworkDetail.Ant.ChargeablePublic, 4); in sAntScores.put() 42 sAntScores.put(NetworkDetail.Ant.PrivateWithGuest, 4); in sAntScores.put() 43 sAntScores.put(NetworkDetail.Ant.Private, 4); in sAntScores.put() 44 sAntScores.put(NetworkDetail.Ant.Personal, 2); in sAntScores.put() 45 sAntScores.put(NetworkDetail.Ant.EmergencyOnly, 2); in sAntScores.put() 46 sAntScores.put(NetworkDetail.Ant.Wildcard, 1); in sAntScores.put() 47 sAntScores.put(NetworkDetail.Ant.TestOrExperimental, 0); in sAntScores.put()
|
D | NetworkDetail.java | 33 public enum Ant { enum in NetworkDetail 98 private final Ant mAnt; 401 public Ant getAnt() { in getAnt()
|
/frameworks/base/docs/html-intl/intl/ja/guide/publishing/ |
D | app-signing.jd | 64 <p>Android SDK ツールは、デバッグ時のアプリケーション署名を支援します。「ADT Plugin for Eclipse」と「Ant ビルド ツール」では両方とも、<em>デバッグ モー… 134 <h3>Ant ユーザー</h3> 136 <p>Ant を使用して .apk ファイルを構築する場合、デバッグ署名モードは <code>debug</code> オプションを使用することで有効になります(<code>android</cod… 141 <p>デバッグ モード(Eclipse/ADT と Ant ビルドのデフォルト)でのアプリケーション署名に使用した自己署名証明書には、作成日から 365 日の有効期限が設定されます。</p> 143 <p>証明書の期限が切れると、ビルド エラーが発生します。Ant ビルドでは、エラーは次のようになります:</p> 185 <h4>Ant ユーザー</h4> 187 <p>Ant を使用している場合は、必要な作業は Ant コマンドでビルド ターゲットとして「release」を指定するだけです。たとえば、Ant を build.xml ファイルがあるディレクトリ…
|
/frameworks/base/tests/HwAccelerationTest/ |
D | default.properties | 6 # To customize properties used by the Ant build system use,
|
/frameworks/ex/framesequence/samples/FrameSequenceSamples/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/calendar/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/support/v7/palette/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/chips/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/support/v7/mediarouter/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/support/v7/appcompat/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/support/v7/gridlayout/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/ex/framesequence/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/colorpicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/multidex/instrumentation/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/multidex/library/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/photoviewer/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/datetimepicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/timezonepicker/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/support/v17/leanback/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 161 public NetworkDetail.Ant ant = null; 173 ant = NetworkDetail.Ant.values()[anOptions & 0x0f]; in from()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.1.jd | 240 <h3 id="ant">Ant Support</h3> 245 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
|
D | android-1.5.jd | 123 <li>Adds support for library projects in the Ant build system.</li> 124 <li>Fixes test project build in the Ant build system.</li>
|
/frameworks/data-binding/ |
D | build.gradle | 232 // in Ant
|