Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 85) sorted by relevance

1234

/development/samples/Vault/tests/src/com/example/android/vault/
DEncryptedDocumentTest.java123 final JSONObject before = new JSONObject(); in testMetadataAndContents() local
124 before.put("meow", "cake"); in testMetadataAndContents()
125 doc.writeMetadataAndContent(before, beforePipe[0]); in testMetadataAndContents()
162 final JSONObject before = new JSONObject(); in testNormalMetadataOnly() local
163 before.put("lol", "wut"); in testNormalMetadataOnly()
164 doc.writeMetadataAndContent(before, null); in testNormalMetadataOnly()
199 final JSONObject before = new JSONObject(); in testBitTwiddle() local
200 before.put("twiddle", "twiddle"); in testBitTwiddle()
201 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/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/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/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/python-packages/
D.gitignore29 # before PyInstaller builds the exe, so as to inject date/other infos into it.
/development/samples/browseable/BatchStepSensor/
D_index.jd18 requires manually flushing the sensor event queue before it overflows, which is not
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/DragAndDropAcrossApps/DropTarget/src/com.example.android/common/logger/
DLogFragment.java81 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/development/samples/browseable/BasicContactables/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/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/SynchronizedNotifications/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/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/NavigationDrawer/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()
/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()
/development/samples/browseable/ActivitySceneTransitionBasic/src/com.example.android.common.logger/
DLogFragment.java96 public void onTextChanged(CharSequence s, int start, int before, int count) {} in onCreateView()

1234