Home
last modified time | relevance | path

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

12

/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/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/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/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/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/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/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/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/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/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/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/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/templates/base-application/_MODULE_/
Dbuild.gradle.ftl44 <#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/
DAppRestrictionEnforcerFragment.java128 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_/
Dbuild.gradle.ftl45 <#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/
Dbuild.gradle.ftl43 needs the latest version number attached. -->
/developers/build/templates/WearPlusShared/_MODULE_/
Dbuild.gradle.ftl42 needs the latest version number attached. -->
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
DSampleGenProperties.groovy27 * 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/
Dbuild.gradle.ftl45 needs the latest version number attached. -->
/developers/build/templates/WearPlusShared/Wearable/
Dbuild.gradle.ftl42 needs the latest version number attached. -->
/developers/samples/android/ui/views/RecyclerView/
DREADME.md16 efficiently by recycling a limited number of views. Click listeners can be
/developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/
DREADME.md18 ContentResolver.QUERY_ARG_LIMIT as the number of items included in the returned Cursor object.
/developers/samples/android/ui/views/RecyclerView/kotlinApp/
DREADME.md17 efficiently by recycling a limited number of views. Click listeners can be

12