/frameworks/base/wifi/java/android/net/wifi/ |
D | WpsInfo.java | 41 public int setup; field in WpsInfo 50 setup = INVALID; in WpsInfo() 57 sbuf.append(" setup: ").append(setup); in toString() 74 setup = source.setup; in WpsInfo() 82 dest.writeInt(setup); in writeToParcel() 92 config.setup = in.readInt();
|
/frameworks/opt/setupwizard/library/ |
D | standalone.gradle | 7 * include ':setup-wizard-lib' 8 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 9 * project(':setup-wizard-lib').buildFileName = 'standalone.gradle' 11 * And then you can include the :setup-wizard-lib project as one of your dependencies 13 * compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
|
D | standalone-rules.gradle | 6 * include ':setup-wizard-lib' 7 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 8 * project(':setup-wizard-lib').buildFileName = 'standalone-rules.gradle' 10 * And then you can include the :setup-wizard-lib project as one of your dependencies 12 * compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
|
D | build.gradle | 8 * include ':setup-wizard-lib' 9 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY) 11 * And then you can include the :setup-wizard-lib project as one of your dependencies 13 * compile project(path: ':setup-wizard-lib', configuration: 'icsCompatRelease')
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
D | WifiP2pConfig.java | 60 wps.setup = WpsInfo.PBC; in WifiP2pConfig() 91 wps.setup = WpsInfo.DISPLAY; in WifiP2pConfig() 95 wps.setup = WpsInfo.PBC; in WifiP2pConfig() 99 wps.setup = WpsInfo.KEYPAD; in WifiP2pConfig() 102 wps.setup = WpsInfo.PBC; in WifiP2pConfig()
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
D | OpReorderTest.java | 65 public void setup(int count) { in setup() method in OpReorderTest 85 setup(10); in testMoveRemoved() 93 setup(10); in testMoveRemove() 101 setup(10); in test1() 109 setup(5); in test2() 117 setup(5); in test3() 125 setup(5); in test4() 133 setup(10); in test5() 141 setup(5); in test6() 149 setup(5); in test7() [all …]
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | settings.gradle | 1 include(':setup-wizard-lib') 2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library')
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | FragmentTabHost.java | 182 public void setup() { in setup() method in FragmentTabHost 187 public void setup(Context context, FragmentManager manager) { in setup() method in FragmentTabHost 189 super.setup(); in setup() 195 public void setup(Context context, FragmentManager manager, int containerId) { in setup() method in FragmentTabHost 197 super.setup(); in setup()
|
/frameworks/support/v13/java/android/support/v13/app/ |
D | FragmentTabHost.java | 174 public void setup() { in setup() method in FragmentTabHost 179 public void setup(Context context, FragmentManager manager) { in setup() method in FragmentTabHost 181 super.setup(); in setup() 187 public void setup(Context context, FragmentManager manager, int containerId) { in setup() method in FragmentTabHost 189 super.setup(); in setup()
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | setup-sdk.jd | 14 <li><a href="#setup-test">测试设置</a></li> 158 <h2 id="setup-test">测试设置</h2> 166 <h3 id="setup-device">设置物理设备</h3> 190 <li>在开发环境中安装预览版 SDK,如<a href="{@docRoot}preview/setup-sdk.html">设置预览版 SDK</a> 中所述。
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | setup-sdk.jd | 14 <li><a href="#setup-test">테스트를 위해 설정</a></li> 158 <h2 id="setup-test">테스트를 위해 설정</h2> 166 <h3 id="setup-device">물리적 기기 설정</h3> 190 …<li><a href="{@docRoot}preview/setup-sdk.html">미리 보기 SDK 설정하기</a>에 설명된 바에 따라 개발 환경에 미리 보기 SDK를 설치합…
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/ |
D | VrActivity.java | 65 VrSetupTask setup = new VrSetupTask(); in onCreate() local 67 setup.execute(names[0]); in onCreate() 186 VrSetupTask setup = new VrSetupTask(); in dataClick() 190 setup.execute(title); in dataClick()
|
D | VrView.java | 96 setup(context); in VrView() 102 setup(context); in VrView() 108 setup(context); in VrView() 114 setup(context); in VrView() 117 private void setup(Context context) { in setup() method in VrView 340 mState1.mMaterial.setup(opacity, color); in setLook()
|
/frameworks/support/v13/api/ |
D | 22.2.0.txt | 27 method public void setup(android.content.Context, android.app.FragmentManager); 28 method public void setup(android.content.Context, android.app.FragmentManager, int);
|
D | 22.2.1.txt | 27 method public void setup(android.content.Context, android.app.FragmentManager); 28 method public void setup(android.content.Context, android.app.FragmentManager, int);
|
D | 22.0.0.txt | 27 method public void setup(android.content.Context, android.app.FragmentManager); 28 method public void setup(android.content.Context, android.app.FragmentManager, int);
|
D | 22.1.0.txt | 27 method public void setup(android.content.Context, android.app.FragmentManager); 28 method public void setup(android.content.Context, android.app.FragmentManager, int);
|
D | current.txt | 33 method public void setup(android.content.Context, android.app.FragmentManager); 34 method public void setup(android.content.Context, android.app.FragmentManager, int);
|
D | 23.txt | 33 method public void setup(android.content.Context, android.app.FragmentManager); 34 method public void setup(android.content.Context, android.app.FragmentManager, int);
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
D | setup-sdk.jd | 14 <li><a href="#setup-test">設定以進行測試</a></li> 158 <h2 id="setup-test">設定以進行測試</h2> 166 <h3 id="setup-device">設定實體裝置</h3> 190 <li>請在您的開發環境中安裝預覽版 SDK,如<a href="{@docRoot}preview/setup-sdk.html">設定預覽版 SDK</a> 中所述。
|
/frameworks/base/docs/html-intl/intl/ru/preview/ |
D | setup-sdk.jd | 14 <li><a href="#setup-test">Настройка для тестирования</a></li> 158 <h2 id="setup-test">Настройка для тестирования</h2> 166 <h3 id="setup-device">Настройка физического устройства</h3> 191 <a href="{@docRoot}preview/setup-sdk.html">Настройка пакета
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
D | setup-sdk.jd | 14 <li><a href="#setup-test">テスト用にセットアップする</a></li> 158 <h2 id="setup-test">テスト用にセットアップする</h2> 166 <h3 id="setup-device">物理端末をセットアップする</h3> 190 …<li><a href="{@docRoot}preview/setup-sdk.html">Preview SDK のセットアップ</a>の説明に従って、開発環境に Preview SDK をイ…
|
/frameworks/base/core/java/android/view/ |
D | HardwareRenderer.java | 389 setup(width, height, attachInfo, surfaceInsets); in initializeIfNeeded() 405 abstract void setup(int width, int height, View.AttachInfo attachInfo, Rect surfaceInsets); in setup() method in HardwareRenderer
|
/frameworks/opt/setupwizard/navigationbar/ |
D | common.mk | 17 LOCAL_STATIC_JAVA_LIBRARIES += setup-wizard-navbar
|
/frameworks/base/docs/html/training/tv/tif/ |
D | tvinput.jd | 15 <li><a href="#setup">Define Setup and Settings Activities</a></li> 84 meta data must include a setup interface that describes the TV input's initial configuration and 165 <h2 id="setup">Define Setup and Settings Activities</h2> 167 <p>The system TV app works with the setup and settings activities you define for your TV input. The 168 setup activity is required and must provide at least one channel record for the system database. The 169 system TV app will invoke the setup activity when it cannot find a channel for the TV input. 170 <p>The setup activity describes to the system TV app the channels made available through the TV
|