Home
last modified time | relevance | path

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

123

/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/training/network-usage/
DREADME.txt11 when any network connection is available, or only when a Wi-Fi connection is available.
/development/samples/browseable/AppRestrictionEnforcer/
D_index.jd9 Use AppRestrictionSchema sample as a app with available restrictions.
/development/samples/BluetoothLeGatt/
D_index.jd6 a Bluetooth SMART (Low Energy) device. This feature is available on
/development/samples/ApiDemos/src/com/example/android/apis/content/
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()
DReadAsset.java54 int size = is.available(); in onCreate()
/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/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/browseable/Notifications/
D_index.jd8 This sample application provides a showcase of available notification styles and
/development/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/utils/
DUtils.java43 byte[] bytes = new byte[inputStream.available()]; in inputStreamToString()
/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/
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/training/testingfun/app/tests/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/ndk/platforms/android-18/samples/MoreTeapots/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/ndk/platforms/android-17/samples/Teapot/
Dproject.properties10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.d…
/development/samples/ApiDemos/
DREADME.txt17 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/samples/BluetoothHDP/
D_index.jd5 …e with a Bluetooth Health Device Profile (HDP) device. This feature is available on Android 4.0 (…

123