Home
last modified time | relevance | path

Searched defs:before (Results 1 – 8 of 8) sorted by relevance

/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()
76 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand()
131 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand()
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java123 final JSONObject before = new JSONObject(); in testMetadataAndContents() local
162 final JSONObject before = new JSONObject(); in testNormalMetadataOnly() local
199 final JSONObject before = new JSONObject(); in testBitTwiddle() local
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DTextWatcherWrapper.java42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DTextUndoActivity.java88 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java284 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java589 final int before = Utils.parseInt(mAcBeforeContext.getText().toString(), 0); in buildCommandLine() local