/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | TextWatcherWrapper.java | 37 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/ |
D | AccessSourcerTest.java | 50 String s = mWriter.toString(); in testAbstractPublic() local 59 String s = mWriter.toString(); in testPrivateFinalStatic() local
|
D | FieldSourcerTest.java | 56 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/ |
D | GenericAccountService.java | 82 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/ |
D | EasyTextWatcher.java | 29 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/ |
D | reproducability.c | 3 int repro(struct ShouldRepro *s) { in repro()
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
D | CardEmulationFragment.java | 55 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()
|
D | AccountStorage.java | 39 public static void SetAccount(Context c, String s) { in SetAccount()
|
/development/tools/logblame/ |
D | test_analyze.py | 6 def test_ParseDuration(s, expected): argument
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | TextUndoActivity.java | 84 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/ |
D | ShapeHolder.java | 85 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/ |
D | Switches.java | 37 Switch s = (Switch) findViewById(R.id.monitored_switch); in onCreate() local
|
D | Animation2.java | 44 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
|
D | Animation3.java | 45 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
|
/development/apps/Development/src/com/android/development/ |
D | ConfigurationViewer.java | 39 String s = "Configuration\n" in onCreate() local
|
/development/tools/mkstubs/tests/com/android/mkstubs/ |
D | SourceGeneratorTest.java | 54 String s = sw.toString(); in testDumpClass() local
|
/development/samples/apkcachetest/src/com/android/apkcachetest/ |
D | Main.java | 63 String s = FileUtils.readTextFile(file, 100, "..."); in readTextFile() local
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | Filter.java | 76 public boolean accept(String s) { in accept()
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | Logger.java | 48 public abstract void println(String s); in println()
|
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
D | SlidingFragments.java | 154 AnimatorSet s = new AnimatorSet(); in slideBack() local 185 AnimatorSet s = new AnimatorSet(); in slideForward() local
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
D | BasicAndroidKeyStoreFragment.java | 265 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/ |
D | ShapeDrawable1.java | 62 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/ |
D | SamplePresentation.java | 74 String s = getResources().getString(R.string.display_color, color); in setColor() local
|
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/ |
D | MainActivity.java | 149 private void logOnUiThread(String s) { in logOnUiThread()
|
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
D | MainActivity.java | 281 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()
|