/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/build/prebuilts/gradle/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/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/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/build/prebuilts/gradle/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/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/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/build/prebuilts/gradle/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/build/prebuilts/gradle/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/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/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/build/prebuilts/gradle/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/build/prebuilts/gradle/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/build/prebuilts/gradle/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/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/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/build/prebuilts/gradle/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/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/build/prebuilts/gradle/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/ |
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/build/prebuilts/gradle/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/prebuilts/gradle/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()
|