/developers/build/templates/include/ |
D | common.ftl | 24 the version can be either a number or a string (e.g. KeyLimePie) so we need to test 28 Also, there's no way to check if it's a number or not without spamming output with 29 try/catch stacktraces, so we can't silently wrap a string in quotes and leave a number 45 the version can be either a number or a string (e.g. KeyLimePie) so we need to test 49 Also, there's no way to check if it's a number or not without spamming output with 50 try/catch stacktraces, so we can't silently wrap a string in quotes and leave a number 69 have a version number attached use the global value
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/ |
D | IncrementingNumberComplicationProviderService.java | 77 int number = in onComplicationUpdate() local 81 String numberText = String.format(Locale.getDefault(), "%d!", number); in onComplicationUpdate() 89 .setValue(number) in onComplicationUpdate()
|
/developers/samples/android/ui/text/TextStyling-Java/app/ |
D | proguard-rules.pro | 15 # Uncomment this to preserve the line number information for 19 # If you keep the line number information, uncomment this to
|
/developers/samples/android/notification/Bubbles/app/ |
D | proguard-rules.pro | 15 # Uncomment this to preserve the line number information for 19 # If you keep the line number information, uncomment this to
|
/developers/samples/android/ui/views/RecyclerView/kotlinApp/app/ |
D | proguard-rules.pro | 15 # Uncomment this to preserve the line number information for 19 # If you keep the line number information, uncomment this to
|
/developers/samples/android/system/RuntimePermissions/kotlinApp/app/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/resources/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/media/MediaBrowserService/Application/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/views/EmojiCompat/kotlinApp/app/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/views/EmojiCompat/app/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/content/documentsUi/ContentProviderPaging/resources/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/ |
D | proguard-rules.pro | 19 # Uncomment this to preserve the line number information for 23 # If you keep the line number information, uncomment this to
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/ |
D | MyPreferences.java | 116 public void setNumberDatasets(int number) { in setNumberDatasets() argument 117 mPrefs.edit().putInt(NUMBER_DATASETS, number).apply(); in setNumberDatasets()
|
/developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/ |
D | AppRestrictionSchemaFragment.java | 174 int number; in updateNumber() local 176 number = entry.getIntValue(); in updateNumber() 178 number = restrictions.getInt(KEY_NUMBER); in updateNumber() 180 mTextNumber.setText(getString(R.string.your_number, number)); in updateNumber()
|
/developers/build/templates/base-application/_MODULE_/ |
D | build.gradle.ftl | 44 <#if sample.minSdk?matches(r'^\d+$') && sample.minSdk?number < 7> 46 <#elseif sample.minSdk?matches(r'^\d+$') && sample.minSdk?number < 13> 60 needs the latest version number attached. -->
|
/developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
D | AppRestrictionEnforcerFragment.java | 128 mEditNumber = (EditText) view.findViewById(R.id.number); in onViewCreated() 292 private void updateNumber(int number) { in updateNumber() argument 293 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number); in updateNumber() 295 mEditNumber.setText(String.valueOf(number)); in updateNumber() 403 private void saveNumber(Activity activity, int number) { in saveNumber() argument 404 mCurrentRestrictions.putInt(RESTRICTION_KEY_NUMBER, number); in saveNumber() 406 editPreferences(activity).putInt(RESTRICTION_KEY_NUMBER, number).apply(); in saveNumber()
|
/developers/build/templates/base/_MODULE_/ |
D | build.gradle.ftl | 45 <#if sample.minSdk?matches(r'^\d+$') && sample.minSdk?number < 7> 48 <#elseif sample.minSdk?matches(r'^\d+$') && sample.minSdk?number < 13> 65 needs the latest version number attached. -->
|
/developers/build/templates/WearPlusShared/Shared/ |
D | build.gradle.ftl | 43 needs the latest version number attached. -->
|
/developers/build/templates/WearPlusShared/_MODULE_/ |
D | build.gradle.ftl | 42 needs the latest version number attached. -->
|
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
D | SampleGenProperties.groovy | 27 * The sample generator needs a number of properties whose values can be 28 * inferred by convention from a smaller number of initial properties. 30 * methods for the inferred properties. It also defines a small number
|
/developers/build/templates/Wear/Wearable/ |
D | build.gradle.ftl | 45 needs the latest version number attached. -->
|
/developers/build/templates/WearPlusShared/Wearable/ |
D | build.gradle.ftl | 42 needs the latest version number attached. -->
|
/developers/samples/android/ui/views/RecyclerView/ |
D | README.md | 16 efficiently by recycling a limited number of views. Click listeners can be
|
/developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/ |
D | README.md | 18 ContentResolver.QUERY_ARG_LIMIT as the number of items included in the returned Cursor object.
|
/developers/samples/android/ui/views/RecyclerView/kotlinApp/ |
D | README.md | 17 efficiently by recycling a limited number of views. Click listeners can be
|