Home
last modified time | relevance | path

Searched refs:Ant (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointMatchInfo.java35 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()
DNetworkDetail.java33 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/
Dapp-signing.jd64 <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/
Ddefault.properties6 # To customize properties used by the Ant build system use,
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/calendar/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/support/v7/palette/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/chips/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/support/v7/mediarouter/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/support/v7/appcompat/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/support/v7/gridlayout/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/ex/framesequence/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/colorpicker/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/multidex/instrumentation/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/multidex/library/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/photoviewer/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/datetimepicker/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/timezonepicker/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/support/v17/leanback/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
Dproject.properties6 # To customize properties used by the Ant build system edit
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java161 public NetworkDetail.Ant ant = null;
173 ant = NetworkDetail.Ant.values()[anOptions & 0x0f]; in from()
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.1.jd240 <h3 id="ant">Ant Support</h3>
245 <li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
Dandroid-1.5.jd123 <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/
Dbuild.gradle232 // in Ant

12