Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 56) sorted by relevance

123

/developers/build/templates/include/
Dcommon.ftl24 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/
DIncrementingNumberComplicationProviderService.java77 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/
DIncrementingNumberComplicationProviderService.java77 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/
Dproguard-rules.pro15 # 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/
Dproguard-rules.pro15 # 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/
Dproguard-rules.pro15 # 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/
Dproguard-rules.pro15 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
Dproguard-rules.pro19 # 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/
DMyPreferences.java116 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/
DMyPreferences.java116 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/
DAppRestrictionSchemaFragment.java174 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/
DAppRestrictionSchemaFragment.java174 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()

123