Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 105) sorted by relevance

12345

/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DTextWatcherWrapper.java37 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
47 public void afterTextChanged(Editable s) { in afterTextChanged()
52 public void onTextChanged(int id, String s); in onTextChanged()
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
DAccessSourcerTest.java50 String s = mWriter.toString(); in testAbstractPublic() local
59 String s = mWriter.toString(); in testPrivateFinalStatic() local
DFieldSourcerTest.java56 String s = mWriter.toString(); in testStringField() local
71 String s = mWriter.toString(); in testTemplateTypeField() local
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/
DGenericAccountService.java82 String s) { in editProperties()
88 String s, String s2, String[] strings, Bundle bundle) in addAccount()
102 Account account, String s, Bundle bundle) in getAuthToken()
108 public String getAuthTokenLabel(String s) { in getAuthTokenLabel()
114 Account account, String s, Bundle bundle) in updateCredentials()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java29 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/
Dreproducability.c3 int repro(struct ShouldRepro *s) { in repro()
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java55 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
65 public void afterTextChanged(Editable s) { in afterTextChanged()
DAccountStorage.java39 public static void SetAccount(Context c, String s) { in SetAccount()
/development/tools/logblame/
Dtest_analyze.py6 def test_ParseDuration(s, expected): argument
/development/samples/ApiDemos/src/com/example/android/apis/content/
DTextUndoActivity.java84 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
88 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
92 public void afterTextChanged(Editable s) { in afterTextChanged()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DShapeHolder.java85 Shape s = shape.getShape(); in setWidth() local
93 Shape s = shape.getShape(); in setHeight() local
97 public ShapeHolder(ShapeDrawable s) { in ShapeHolder()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSwitches.java37 Switch s = (Switch) findViewById(R.id.monitored_switch); in onCreate() local
DAnimation2.java44 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
DAnimation3.java45 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
/development/apps/Development/src/com/android/development/
DConfigurationViewer.java39 String s = "Configuration\n" in onCreate() local
/development/tools/mkstubs/tests/com/android/mkstubs/
DSourceGeneratorTest.java54 String s = sw.toString(); in testDumpClass() local
/development/samples/apkcachetest/src/com/android/apkcachetest/
DMain.java63 String s = FileUtils.readTextFile(file, 100, "..."); in readTextFile() local
/development/tools/mkstubs/src/com/android/mkstubs/
DFilter.java76 public boolean accept(String s) { in accept()
/development/cmds/monkey/src/com/android/commands/monkey/
DLogger.java48 public abstract void println(String s); in println()
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DSlidingFragments.java154 AnimatorSet s = new AnimatorSet(); in slideBack() local
185 AnimatorSet s = new AnimatorSet(); in slideForward() local
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java265 Signature s = Signature.getInstance(SecurityConstants.SIGNATURE_SHA256withRSA); in signData() local
335 Signature s = Signature.getInstance(SecurityConstants.SIGNATURE_SHA256withRSA); in verifyData() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DShapeDrawable1.java62 public MyShapeDrawable(Shape s) { in MyShapeDrawable()
71 @Override protected void onDraw(Shape s, Canvas c, Paint p) { in onDraw()
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
DSamplePresentation.java74 String s = getResources().getString(R.string.display_color, color); in setColor() local
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMainActivity.java149 private void logOnUiThread(String s) { in logOnUiThread()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java281 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged()
284 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
288 public void afterTextChanged(Editable s) { in afterTextChanged()

12345