/developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/ |
D | MainActivity.java | 97 TextView t = new TextView(MainActivity.this); 98 t.setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL); 99 t.setTextAppearance(MainActivity.this, android.R.style.TextAppearance_Large); 100 return t;
|
/developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/ |
D | MainActivity.java | 97 TextView t = new TextView(MainActivity.this); 98 t.setGravity(Gravity.TOP | Gravity.CENTER_HORIZONTAL); 99 t.setTextAppearance(MainActivity.this, android.R.style.TextAppearance_Large); 100 return t;
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/ |
D | FeedParser.java | 156 Time t = new Time(); in readEntry() local 157 t.parse3339(readTag(parser, TAG_PUBLISHED)); in readEntry() 158 publishedOn = t.toMillis(false); in readEntry()
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/ |
D | FeedParser.java | 156 Time t = new Time(); in readEntry() local 157 t.parse3339(readTag(parser, TAG_PUBLISHED)); in readEntry() 158 publishedOn = t.toMillis(false); in readEntry()
|
/developers/build/templates/unmanaged/ |
D | README.md.ftl | 5 ${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', '… 7 ${sample.strings.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?rep… 13 ${sample.metadata.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?re…
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
D | DiskLruCache.java | 408 for (int t = 0; t < valueCount; t++) { in processJournal() 409 size += entry.lengths[t]; in processJournal() 413 for (int t = 0; t < valueCount; t++) { in processJournal() 414 deleteIfExists(entry.getCleanFile(t)); in processJournal() 415 deleteIfExists(entry.getDirtyFile(t)); in processJournal()
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
D | DiskLruCache.java | 408 for (int t = 0; t < valueCount; t++) { in processJournal() 409 size += entry.lengths[t]; in processJournal() 413 for (int t = 0; t < valueCount; t++) { in processJournal() 414 deleteIfExists(entry.getCleanFile(t)); in processJournal() 415 deleteIfExists(entry.getDirtyFile(t)); in processJournal()
|
/developers/build/templates/base-build/ |
D | README.md.ftl | 5 ${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', '… 7 ${sample.strings.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?rep… 13 ${sample.metadata.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?re…
|
/developers/build/templates/base/ |
D | README.md.ftl | 5 ${sample.metadata.description?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', '… 7 ${sample.strings.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?rep… 13 ${sample.metadata.intro?trim?replace('\\n\\n', '\n')?replace('\\"', '"')?replace('\t+', '', 'r')?re…
|
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/ |
D | DigitalAssetLinksRepository.java | 139 @NonNull Throwable t) { in checkValid() 140 dalCheckDataCallback.onDataNotAvailable(t.getMessage()); in checkValid() 152 public void onFailure(@NonNull Call<DalCheck> call, @NonNull Throwable t) { in checkValid()
|
/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/ |
D | DigitalAssetLinksRepository.java | 139 @NonNull Throwable t) { in checkValid() 140 dalCheckDataCallback.onDataNotAvailable(t.getMessage()); in checkValid() 152 public void onFailure(@NonNull Call<DalCheck> call, @NonNull Throwable t) { in checkValid()
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
D | EntryListFragment.java | 168 Time t = new Time(); in onViewCreated() 169 t.set(cursor.getLong(i)); in onViewCreated() 170 ((TextView) view).setText(t.format("%Y-%m-%d %H:%M")); in onViewCreated()
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
D | EntryListFragment.java | 168 Time t = new Time(); in onViewCreated() 169 t.set(cursor.getLong(i)); in onViewCreated() 170 ((TextView) view).setText(t.format("%Y-%m-%d %H:%M")); in onViewCreated()
|
/developers/build/templates/include/ |
D | common.ftl | 29 try/catch stacktraces, so we can't silently wrap a string in quotes and leave a number 50 try/catch stacktraces, so we can't silently wrap a string in quotes and leave a number 68 <#-- Check if dependency is a play services dependency and if it doesn't
|
/developers/samples/android/deprecated/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/ |
D | SharedPreferencesHelper.java | 204 for (T t : list) { in setList() 205 strings.add(gson.toJson(t)); in setList()
|
/developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/util/ |
D | SharedPreferencesHelper.java | 204 for (T t : list) { in setList() 205 strings.add(gson.toJson(t)); in setList()
|
/developers/samples/android/experimental/ndkSampleGen/ |
D | build.gradle | 103 // doesn't belong here. 201 // Don't substitute a dot for the separator between the end of the 211 // won't return the proper value from a call to roots.contains(String)! 213 // strings can't return true from contains() when given a string that
|
/developers/samples/android/sensors/AccelerometerPlay/app/src/main/java/com/example/android/accelerometerplay/ |
D | AccelerometerPlayActivity.java | 232 final long t = timestamp; in updatePositions() local 234 final float dT = (float) (t - mLastT) / 1000.f /** (1.0f / 1000000000.0f)*/; in updatePositions() 241 mLastT = t; in updatePositions()
|
/developers/build/ |
D | build.gradle | 65 // Don't substitute a dot for the separator between the end of the 75 // won't return the proper value from a call to roots.contains(String)! 77 // strings can't return true from contains() when given a string that 119 // doesn't belong here.
|
/developers/build/prebuilts/gradle/BasicManagedProfile/ |
D | README.md | 19 (you are prompted to do if you haven't). This doesn't wipe out the
|
/developers/samples/android/admin/BasicManagedProfile/ |
D | README.md | 19 (you are prompted to do if you haven't). This doesn't wipe out the
|
/developers/build/prebuilts/gradle/DirectBoot/ |
D | README.md | 39 because the storage isn't protected by the user's credential (PIN/Pattern/Password) 40 You shouldn't store sensitive data (such as user's emails, auth tokens) in a
|
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ |
D | CONTRIBUTING.md | 25 1. If your proposed change is accepted, and you haven't already done so, sign a
|
/developers/build/prebuilts/gradle/AutofillFramework/ |
D | CONTRIBUTING.md | 25 1. If your proposed change is accepted, and you haven't already done so, sign a
|
/developers/build/prebuilts/gradle/AppUsageStatistics/ |
D | CONTRIBUTING.md | 25 1. If your proposed change is accepted, and you haven't already done so, sign a
|