Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 46) sorted by relevance

12

/development/samples/TtsEngine/src/com/example/android/ttsengine/
DCheckVoiceData.java52 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.jd8 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.jd8 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/
DREADME.txt11 when any network connection is available, or only when a Wi-Fi connection is available.
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java243 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.jd6 a Bluetooth SMART (Low Energy) device. This feature is available on
/development/samples/browseable/RuntimePermissionsBasic/
D_index.jd9 …rmissions" sample provides a more complete overview over the runtime permission features available.
/development/samples/browseable/RuntimePermissions/
D_index.jd8 This sample shows runtime permissions available in Android M and above.
/development/samples/browseable/MultiWindowPlayground/
D_index.jd8 This sample demonstrates the use of the multi-window API available
/development/samples/browseable/Notifications/
D_index.jd8 This sample application provides a showcase of available notification styles and
/development/samples/browseable/DirectBoot/
D_index.jd9 which is always available while the device is booted.
/development/samples/browseable/Quiz/Application/src/com.example.android.wearable.quiz/
DJsonUtils.java40 int size = is.available(); in loadJsonFile()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DReadAsset.java54 int size = is.available(); in onCreate()
DExternalStorage.java127 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/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/NsdChat/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/basic/FragmentBasics/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/training/testingfun/app/tests/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ControllerSample/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ApiDemos/
DREADME.txt16 It is available through the SDK Updater in the "Android Compatibility package".
/development/host/windows/usb/
Dreadme.txt25 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/
DAssetUtils.java37 int size = is.available(); in loadAsset()
/development/tools/checkcolor/
Dbuild.gradle13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java176 byte[] embeddedImage = new byte[bis.available()]; in createBase64Image()
/development/apps/Development/src/com/android/development/
DLogViewer.java95 while (in.available() > 0) { in run()

12