/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionaryList.java | 40 // Caveat: This class is basically taken from 44 public class UserDictionaryList extends PreferenceFragment { 151 newPref.setFragment(UserDictionarySettings.class.getName());
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
CameraUtilsTypeReferenceTest.java | 29 public class CameraUtilsTypeReferenceTest extends junit.framework.TestCase { 30 private static final String TAG = CameraUtilsTypeReferenceTest.class.getSimpleName(); 33 private class RegularClass {} 34 private class SubClass extends RegularClass {} 36 private class GenericClass<T> {} 37 private class SubGenericClass<T> extends GenericClass<T> {} 39 private class SpecificClass extends GenericClass<Integer> {} 45 private class ImplementsRegularInterface implements RegularInterface {} 46 private class ImplementsGenericInterface<T> implements GenericInterface<T> {} 47 private class Implements2GenericInterface<T [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLContextTest.java | 54 public class SSLContextTest extends TestCase { 282 ThrowExceptionKeyAndTrustManagerFactoryProvider.class, 286 ThrowExceptionKeyAndTrustManagerFactoryProvider.class, 318 ThrowExceptionKeyAndTrustManagerFactoryProvider.class, 322 ThrowExceptionKeyAndTrustManagerFactoryProvider.class, 342 public static class ThrowExceptionKeyAndTrustManagerFactoryProvider extends Provider { 349 ThrowExceptionTrustManagagerFactorySpi.class.getName()); 350 put("TrustManagerFactory.PKIX", ThrowExceptionTrustManagagerFactorySpi.class.getName()); 353 ThrowExceptionKeyManagagerFactorySpi.class.getName()); 354 put("KeyManagerFactory.PKIX", ThrowExceptionKeyManagagerFactorySpi.class.getName()) [all...] |
SSLSocketFactoryTest.java | 45 public class SSLSocketFactoryTest extends TestCase { 51 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf.getClass())); 54 public static class FakeSSLSocketProvider extends Provider { 57 put("SSLContext.Default", FakeSSLContextSpi.class.getName()); 61 public static final class FakeSSLContextSpi extends SSLContextSpi { 99 public static class FakeSSLSocketFactory extends SSLSocketFactory { 145 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf1.getClass())); 157 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf4.getClass())); 168 assertTrue(SSLSocketFactory.class.isAssignableFrom(sf3.getClass())); 174 Security.setProperty(SSL_PROPERTY, FakeSSLSocketFactory.class.getName()) [all...] |
/frameworks/base/test-runner/tests/src/android/test/ |
InstrumentationTestRunnerTest.java | 37 public class InstrumentationTestRunnerTest extends TestCase { 52 String expectedTestClassName = PlaceHolderTest.class.getName(); 60 String expectedTestClassName = PlaceHolderTest.class.getName(); 72 testSuite.addTestSuite(PlaceHolderTest.class); 76 PlaceHolderTest.class.getName(), "testPlaceHolder"); 80 String classArg = PlaceHolderTest.class.getName() + "," + 81 PlaceHolderTest2.class.getName(); 88 new TestDescriptor(PlaceHolderTest.class.getName(), "testPlaceHolder"), 89 new TestDescriptor(PlaceHolderTest2.class.getName(), "testPlaceHolder2")); 120 String testClassName = PlaceHolderTest.class.getName() [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetMetaDataTest.java | 25 public final class OldResultSetMetaDataTest extends OldSQLTest { 78 assertEquals(Short.class.getName(), rsmd.getColumnClassName(1)); 79 assertEquals(String.class.getName(), rsmd.getColumnClassName(2)); 80 assertEquals(String.class.getName(), rsmd.getColumnClassName(3));
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageVolumePreferenceCategory.java | 50 public class StorageVolumePreferenceCategory extends PreferenceCategory { 428 intent.setClass(getContext(), com.android.settings.MediaFormat.class); 432 intent.setClass(getContext(), Settings.ManageApplicationsActivity.class); 446 intent = new Intent(context, MiscFilesHandler.class); 453 public static class PreferenceHeader extends Preference {
|
/cts/tests/tests/app/src/android/app/cts/ |
ActivityManagerTest.java | 37 public class ActivityManagerTest extends InstrumentationTestCase { 87 startSubActivity(ActivityManagerRecentOneActivity.class); 90 startSubActivity(ActivityManagerRecentTwoActivity.class); 103 ActivityManagerRecentOneActivity.class.getName())) { 106 ActivityManagerRecentTwoActivity.class.getName())) { 122 private final <T extends Activity> void startSubActivity(Class<T> activityClass) { 144 startSubActivity(ActivityManagerRecentOneActivity.class); 146 startSubActivity(ActivityManagerRecentTwoActivity.class); 159 ActivityManagerRecentOneActivity.class.getName())) { 162 ActivityManagerRecentTwoActivity.class.getName())) [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
MediaPlayerStressTest.java | 39 abstract class MediaPlayerStressTest extends InstrumentationTestCase { 136 intent.setClass(inst.getTargetContext(), MediaFrameworkTest.class);
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DataProvider.java | 36 public class DataProvider extends ContentProvider { 126 // Closes the SQLite database helper class, to avoid memory leaks 132 * Defines a helper class that opens the SQLite database for this provider when a request is 135 private class DataProviderHelper extends SQLiteOpenHelper { 186 Log.w(DataProviderHelper.class.getName(), 205 Log.w(DataProviderHelper.class.getName(),
|
/external/chromium_org/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ |
ChromiumLinkerTestActivity.java | 31 public class ChromiumLinkerTestActivity extends Activity { 82 // Register the test runner class by name. 83 Linker.setTestRunnerClassName(LinkerTests.class.getName());
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
harfbuzz-gdef.c | 690 HB_UShort class = 0, index = 0; /* shut compiler up */ local 702 error = _HB_OPEN_Get_Class( &gdef->MarkAttachClassDef, glyphID, &class, &index ); 707 *property = class << 8; 712 error = _HB_OPEN_Get_Class( &gdef->GlyphClassDef, glyphID, &class, &index ); 716 /* if we have a constructed class table, check whether additional 720 class = Get_New_Class( gdef, glyphID, index ); 722 switch ( class ) 753 HB_UShort class ) 776 crr[index].Class = class; 983 HB_UShort class, new_class, index = 0; \/* shut compiler up *\/ local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ReflectionUtils.java | 33 public class ReflectionUtils { 49 * is <code>true</code> if we need name for class loading, <code>false</code> if we need 56 // Class 57 if (type instanceof Class<?>) { 58 Class<?> clazz = (Class<?>) type; 131 public static Map<String, Method> getMethods(Class<?> clazz) { 134 for (Class<?> c = clazz; c != null; c = c.getSuperclass()) { 144 for (Class<?> interfaceClass : clazz.getInterfaces()) { 159 * JDT, just some string that unique identifies method in its {@link Class} [all...] |
/external/elfutils/0.153/libebl/ |
eblopenbackend.c | 77 int class; member in struct:__anon25024 87 // XXX class and machine fields need to be filled in for all archs. 329 result->class = machines[cnt].class; 335 result->class = elf->state.elf32.ehdr->e_ident[EI_CLASS];
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/ |
MulticastDelegate.java | 26 abstract public class MulticastDelegate implements Cloneable { 61 public static MulticastDelegate create(Class iface) { 67 public static class Generator extends AbstractClassGenerator { 68 private static final Source SOURCE = new Source(MulticastDelegate.class.getName()); 78 private Class iface; 88 public void setInterface(Class iface) { 93 setNamePrefix(MulticastDelegate.class.getName()); 162 protected Object firstInstance(Class type) {
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/util/ |
StringSwitcher.java | 26 * This class implements a simple String->int mapping for a fixed set of keys. 28 abstract public class StringSwitcher { 34 (StringSwitcherKey)KeyFactory.create(StringSwitcherKey.class); 69 public static class Generator extends AbstractClassGenerator { 70 private static final Source SOURCE = new Source(StringSwitcher.class.getName()); 115 setNamePrefix(StringSwitcher.class.getName()); 147 protected Object firstInstance(Class type) {
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPResponse.java | 71 public final class SIPResponse 393 sprint(SIPResponse.class.getCanonicalName());
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
WifiManagerTest.java | 29 @RunWith(WithTestDefaultsRunner.class) 30 public class WifiManagerTest { 43 assertEquals(wifiManager.getConnectionInfo().getClass(), WifiInfo.class); 46 @Test(expected = SecurityException.class) 52 @Test(expected = SecurityException.class) 58 @Test(expected = SecurityException.class) 167 @Test(expected = RuntimeException.class) 173 @Test(expected = UnsupportedOperationException.class) 198 @Test(expected = IllegalArgumentException.class) 203 @Test(expected = IllegalArgumentException.class) [all...] |
/external/tcpdump/ |
print-domain.c | 323 register u_int i, class; local 338 class = (i & ~C_QU); 340 class = i; 341 if (class != C_IN) 342 printf(" %s", tok2str(ns_class2str, "(Class %d)", class)); 359 register u_int i, class, opt_flags = 0; local 376 /* print the class (if it's not IN and the type isn't OPT) */ 380 class = (i & ~C_CACHE_FLUSH); 382 class = i [all...] |
print-zephyr.c | 49 char *class; member in struct:z_packet 110 z_triple(char *class, char *inst, const char *recipient) 114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient); 146 z.class = 0; 176 PARSE_FIELD_STR(z.class); 207 if (!strcmp(z.class, "USER_LOCATE")) { 217 if (!strcmp(z.class, "ZEPHYR_ADMIN")) { 222 if (!strcmp(z.class, "ZEPHYR_CTL")) { 279 if (!strcmp(z.class, "HM_CTL")) { 285 if (!strcmp(z.class, "HM_STAT")) [all...] |
/frameworks/base/core/java/android/widget/ |
AdapterViewFlipper.java | 42 public class AdapterViewFlipper extends AdapterViewAnimator { 109 // OK, this is gross but needed. This class is supported by the 310 event.setClassName(AdapterViewFlipper.class.getName()); 316 info.setClassName(AdapterViewFlipper.class.getName());
|
Chronometer.java | 36 * Class that implements a simple timer. 47 public class Chronometer extends TextView { 287 event.setClassName(Chronometer.class.getName()); 293 info.setClassName(Chronometer.class.getName());
|
MultiAutoCompleteTextView.java | 40 * <pre class="prettyprint"> 41 * public class CountriesActivity extends Activity { 59 public class MultiAutoCompleteTextView extends AutoCompleteTextView { 208 event.setClassName(MultiAutoCompleteTextView.class.getName()); 214 info.setClassName(MultiAutoCompleteTextView.class.getName()); 241 public static class CommaTokenizer implements Tokenizer { 283 Object.class, sp, 0);
|
RadioGroup.java | 31 * <p>This class is used to create a multiple-exclusion scope for a set of radio 54 public class RadioGroup extends LinearLayout { 246 event.setClassName(RadioGroup.class.getName()); 252 info.setClassName(RadioGroup.class.getName()); 258 * XML file. Otherwise, this class ussed the value read from the XML file.</p> 262 * for a list of all child view attributes that this class supports.</p> 265 public static class LayoutParams extends LinearLayout.LayoutParams { 344 private class CheckedStateTracker implements CompoundButton.OnCheckedChangeListener { 367 private class PassThroughHierarchyChangeListener implements
|
ViewAnimator.java | 31 * Base class for a {@link FrameLayout} container that will perform animations 38 public class ViewAnimator extends FrameLayout { 363 event.setClassName(ViewAnimator.class.getName()); 369 info.setClassName(ViewAnimator.class.getName());
|