Searched refs:bar (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextUtilsTest.java | 50 assertEquals("foobar", TextUtils.concat("foo", "bar")); 51 assertEquals("foobarbaz", TextUtils.concat("foo", "bar", "baz")); 56 SpannableString bar = new SpannableString("bar"); 57 bar.setSpan("bar", 1, 2, Spannable.SPAN_EXCLUSIVE_INCLUSIVE); 63 assertEquals("foobar", TextUtils.concat(foo, bar).toString()); 64 assertEquals("foobarbaz", TextUtils.concat(foo, bar, baz).toString()); 68 assertEquals(1, ((Spanned) TextUtils.concat(foo, bar)).getSpanStart("foo")); 69 assertEquals(4, ((Spanned) TextUtils.concat(foo, bar)) [all...] |
/frameworks/base/core/java/android/widget/ |
H A D | MediaController.java | 309 // cause the progress bar to be updated even if mShowing 311 // paused with the progress bar showing the user hits play. 485 public void onStartTrackingTouch(SeekBar bar) { 498 public void onProgressChanged(SeekBar bar, int progress, boolean fromuser) { 501 // the progress bar's position. 512 public void onStopTrackingTouch(SeekBar bar) {
|
/frameworks/base/services/java/com/android/server/ |
H A D | StatusBarManagerService.java | 67 // for disabling the status bar 93 * Construct the service, add the status bar view to the window manager 180 throw new SecurityException("invalid status bar icon slot: " + slot); 202 throw new SecurityException("invalid status bar icon slot: " + slot); 229 throw new SecurityException("invalid status bar icon slot: " + slot); 260 // Callbacks from the status bar service. 262 public void registerStatusBar(IStatusBar bar, StatusBarIconList iconList, argument 266 Slog.i(TAG, "registerStatusBar bar=" + bar); 267 mBar = bar; [all...] |
/frameworks/base/tests/CoreTests/android/core/ |
H A D | ClassTest.java | 175 void bar(); method in interface:ClassTest.MyOtherInterface 194 assertTrue("Interface method must be there", hasMethod(methods, ".bar(")); 198 assertTrue("Interface method must be there", hasMethod(methods, ".bar("));
|
Completed in 999 milliseconds