Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 84) sorted by relevance

1234

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/utils/
DGrepHelper.java36 public abstract void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
76 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
86 if (after > 0) { in buildCommand()
88 sb.append(after); in buildCommand()
131 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
142 if (after > 0) { in buildCommand()
144 sb.append(after); in buildCommand()
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java129 final JSONObject after = doc.readMetadata(); in testMetadataAndContents() local
130 assertEquals("cake", after.getString("meow")); in testMetadataAndContents()
168 final JSONObject after = doc.readMetadata(); in testNormalMetadataOnly() local
169 assertEquals("wut", after.getString("lol")); in testNormalMetadataOnly()
249 final JSONObject after = doc.readMetadata(); in testErrorAbortsWrite() local
250 assertEquals("red", after.getString("color")); in testErrorAbortsWrite()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java29 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() argument
/development/tools/otagui/src/components/
DFileSelect.vue60 .dropdown:after {
77 .dropdown:after {
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DTextWatcherWrapper.java37 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() argument
/development/samples/browseable/DirectBoot/
D_index.jd11 go off after reboot even before the user enters their credentials.
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java55 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() argument
/development/tools/idegen/
DREADME22 Repeat these steps after each sync...
31 "Build -> Rebuild Project". Sometimes IntelliJ gets confused after the
49 Repeat these steps after each sync...
/development/samples/VoiceInteractionService/
DREADME.md24 out/target/product/system/etc/permissions/ or push it again after syncing. Sometimes you might
34 Tap directRecord to simulate the non-DSP case (must be done after a dsp trigger since it
55 …e value increasing as the AudioUtils.read call progresses. This value is reset after each new call.
/development/samples/browseable/XYZTouristAttractions/
D_index.jd13 The app itself is modeled after a hypothetical tourist attractions
/development/tools/cargo_embargo/testdata/
DREADME.md23 Run the integration tests again after updating the crate metadata.
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/MediaRouter/src/com.example.android.common.logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/BluetoothChat/src/com.example.android.common/logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()
/development/samples/browseable/RuntimePermissions/src/com.example.android.common.logger/
DLogFragment.java93 public void beforeTextChanged(CharSequence s, int start, int count, int after) {} in onCreateView()

1234