Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 91) 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
82 if (before > 0) { in buildCommand()
84 sb.append(before); in buildCommand()
131 public void buildCommand(StringBuilder sb, String pattern, int before, int after, in buildCommand() argument
138 if (before > 0) { in buildCommand()
140 sb.append(before); in buildCommand()
/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java124 final JSONObject before = new JSONObject(); in testMetadataAndContents() local
125 before.put("meow", "cake"); in testMetadataAndContents()
126 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents()
163 final JSONObject before = new JSONObject(); in testNormalMetadataOnly() local
164 before.put("lol", "wut"); in testNormalMetadataOnly()
165 doc.writeMetadataAndContent(before, null); in testNormalMetadataOnly()
200 final JSONObject before = new JSONObject(); in testBitTwiddle() local
201 before.put("twiddle", "twiddle"); in testBitTwiddle()
202 doc.writeMetadataAndContent(before, null); in testBitTwiddle()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
/development/samples/browseable/FingerprintDialog/
D_index.jd9 before proceeding some actions such as purchasing an item.
/development/samples/browseable/AsymmetricFingerprintDialog/
D_index.jd9 before proceeding some actions such as purchasing an item. This version uses asymmetric keys.
/development/samples/browseable/ConfirmCredential/
D_index.jd9 to authenticate the user before they are trying to complete some actions.
/development/tools/otagui/src/components/
DFileSelect.vue59 .dropdown:before,
72 .dropdown:before {
/development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
DPropertyAnimations.java84 setAnimation.play(translateAnimation).after(alphaAnimation).before(rotateAnimation); in onCreate()
85 setAnimation.play(rotateAnimation).before(scaleAnimation); in onCreate()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DTextWatcherWrapper.java42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 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.java60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() argument
/development/samples/browseable/DragAndDropAcrossApps/
D_index.jd13 must request permission first, before it can be used.
/development/samples/browseable/BatchStepSensor/
D_index.jd18 requires manually flushing the sensor event queue before it overflows, which is not
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DBouncingBalls.java125 bouncer.play(bounceAnim).before(squashAnim1); in onTouchEvent()
144 animatorSet.play(bouncer).before(fadeAnim); in onTouchEvent()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java128 if(mLastCheckedTime.before(nextCheckTime)) { in queryIfPeriodicRefreshRequired()
181 lastUpdated.before(feedPubDate) && !TextUtils.isEmpty(rssFeed)) { in queryItem()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/DrawableTinting/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/RepeatingAlarm/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/MediaRouter/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/python-packages/adb/
D.gitignore30 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/development/samples/browseable/Interpolator/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/CardEmulation/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()

1234