/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | CheckVoiceData.java | 52 ArrayList<String> available = new ArrayList<String>(); in onCreate() local 61 available.add(lang); in onCreate() 69 if (!checkLanguages.isEmpty() && available.isEmpty()) { in onCreate() 85 TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES, available); in onCreate()
|
/development/samples/browseable/AppRestrictions/ |
D | _index.jd | 8 This sample demonstrates the use of the App Restriction feature, which is available on 13 restriction settings, if available.
|
/development/samples/browseable/WearHighBandwidthNetworking/ |
D | _index.jd | 8 Sample demonstrates how to determine if a high-bandwidth network is available for use cases that 11 high-bandwidth network operations if the bandwidth of currently available networks is inadequate.
|
/development/samples/training/network-usage/ |
D | README.txt | 11 when any network connection is available, or only when a Wi-Fi connection is available.
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | PduParser.java | 243 while (keepParsing && (pduDataStream.available() > 0)) { in parseHeaders() 847 int startPos = pduDataStream.available(); in parseParts() 875 int endPos = pduDataStream.available(); in parseParts() 1363 int startPos = pduDataStream.available(); in parseContentTypeParams() 1408 tempPos = pduDataStream.available(); in parseContentTypeParams() 1432 tempPos = pduDataStream.available(); in parseContentTypeParams() 1476 tempPos = pduDataStream.available(); in parseContentTypeParams() 1495 tempPos = pduDataStream.available(); in parseContentTypeParams() 1543 int startPos = pduDataStream.available(); in parseContentType() 1566 int endPos = pduDataStream.available(); in parseContentType() [all …]
|
/development/samples/BluetoothLeGatt/ |
D | _index.jd | 6 a Bluetooth SMART (Low Energy) device. This feature is available on
|
/development/samples/browseable/RuntimePermissionsBasic/ |
D | _index.jd | 9 …rmissions" sample provides a more complete overview over the runtime permission features available.
|
/development/samples/browseable/RuntimePermissions/ |
D | _index.jd | 8 This sample shows runtime permissions available in Android M and above.
|
/development/samples/browseable/MultiWindowPlayground/ |
D | _index.jd | 8 This sample demonstrates the use of the multi-window API available
|
/development/samples/browseable/Notifications/ |
D | _index.jd | 8 This sample application provides a showcase of available notification styles and
|
/development/samples/browseable/DirectBoot/ |
D | _index.jd | 9 which is always available while the device is booted.
|
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/ |
D | JsonUtils.java | 40 int size = is.available(); in loadJsonFile()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ReadAsset.java | 54 int size = is.available(); in onCreate()
|
D | ExternalStorage.java | 127 void handleExternalStorageState(boolean available, boolean writeable) { in handleExternalStorageState() argument 200 byte[] data = new byte[is.available()]; in createExternalStoragePublicPicture() 264 byte[] data = new byte[is.available()]; in createExternalStoragePrivatePicture() 326 byte[] data = new byte[is.available()]; in createExternalStoragePrivateFile()
|
/development/samples/training/testingfun/app/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/NsdChat/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/training/testingfun/app/tests/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/ControllerSample/ |
D | project.properties | 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
|
/development/samples/ApiDemos/ |
D | README.txt | 16 It is available through the SDK Updater in the "Android Compatibility package".
|
/development/host/windows/usb/ |
D | readme.txt | 25 devices that were not available when Android SDK was shipped. To do that, 38 available in WDK at bin\SelfSign folder. To use this utility you will need to
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
D | AssetUtils.java | 37 int size = is.available(); in loadAsset()
|
/development/tools/checkcolor/ |
D | build.gradle | 13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
D | SecureWebServer.java | 176 byte[] embeddedImage = new byte[bis.available()]; in createBase64Image()
|
/development/apps/Development/src/com/android/development/ |
D | LogViewer.java | 95 while (in.available() > 0) { in run()
|