/frameworks/base/core/java/android/widget/ |
CalendarView.java | 39 * This class is a calendar widget for displaying and selecting dates. The range 58 public class CalendarView extends FrameLayout { 506 event.setClassName(CalendarView.class.getName()); 511 info.setClassName(CalendarView.class.getName()); 570 * An abstract class which can be used as a start for CalendarView implementations 572 abstract static class AbstractCalendarViewDelegate implements CalendarViewDelegate {
|
QuickContactBadge.java | 47 public class QuickContactBadge extends ImageView implements OnClickListener { 310 event.setClassName(QuickContactBadge.class.getName()); 316 info.setClassName(QuickContactBadge.class.getName()); 328 private class QueryHandler extends AsyncQueryHandler {
|
RatingBar.java | 52 public class RatingBar extends AbsSeekBar { 337 event.setClassName(RatingBar.class.getName()); 343 info.setClassName(RatingBar.class.getName());
|
TableRow.java | 47 public class TableRow extends LinearLayout { 385 event.setClassName(TableRow.class.getName()); 391 info.setClassName(TableRow.class.getName()); 402 public static class LayoutParams extends LinearLayout.LayoutParams { 522 private class ChildrenTracker implements OnHierarchyChangeListener {
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiStressTest.java | 49 * adb shell am instrument -e class com.android.connectivitymanagertest.stress.WifiStressTest 52 public class WifiStressTest extends ConnectivityManagerTestBase { 78 super(WifiStressTest.class.getSimpleName());
|
/packages/apps/Browser/src/com/android/browser/ |
ComboViewActivity.java | 35 public class ComboViewActivity extends Activity implements CombinedBookmarksCallbacks { 73 BrowserBookmarksPage.class, args); 141 Intent intent = new Intent(this, BrowserPreferencesPage.class); 150 * This is a helper class that implements the management of tabs and all 160 public static class TabsAdapter extends FragmentPagerAdapter 167 static final class TabInfo { 168 private final Class<?> clss; 171 TabInfo(Class<?> _class, Bundle _args) { 186 public void addTab(ActionBar.Tab tab, Class<?> clss, Bundle args) {
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallLogActivity.java | 44 public class CallLogActivity extends Activity implements CallLogQueryHandler.Listener, 78 public class ViewPagerAdapter extends FragmentPagerAdapter { 220 final Intent intent = new Intent(this, DialtactsActivity.class); 279 AnalyticsUtil.sendScreenView(CallLogFragment.class.getSimpleName(), this,
|
/packages/apps/Settings/src/com/android/settings/ |
MasterClear.java | 60 public class MasterClear extends Fragment { 104 preference.setFragment(MasterClearConfirm.class.getName());
|
UserDictionarySettings.java | 45 public class UserDictionarySettings extends ListFragment { 197 com.android.settings.inputmethod.UserDictionaryAddWordFragment.class.getName(), 234 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
|
/packages/apps/Settings/src/com/android/settings/applications/ |
AppOpsCategory.java | 45 public class AppOpsCategory extends ListFragment implements 70 public static class InterestingConfigChanges { 87 * Helper class to look for interesting changes to the installed apps 90 public static class PackageIntentReceiver extends BroadcastReceiver { 116 public static class AppListLoader extends AsyncTaskLoader<List<AppOpEntry>> { 136 * super class will take care of delivering it; the implementation 246 public static class AppListAdapter extends BaseAdapter { 337 sa.startPreferencePanel(AppOpsDetails.class.getName(), args,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
UserDictionarySettings.java | 45 // Caveat: This class is basically taken from 49 public class UserDictionarySettings extends ListFragment { 244 pa.startPreferencePanel(UserDictionaryAddWordFragment.class.getName(), 285 private static class MyAdapter extends SimpleCursorAdapter implements SectionIndexer {
|
/system/core/init/ |
property_service.c | 101 const char *class = "property_service"; local 114 if (selinux_check_access(sctx, tctx, class, perm, (void*) name) == 0)
|
/bionic/libc/dns/ |
gethnamaddr.c | 190 int type, class, ancount, qdcount; local 268 class = _getshort(cp); 269 cp += INT16SZ + INT32SZ; /* class, TTL */ 274 if (class != C_IN) { [all...] |
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 72 public class CalendarQueryService extends IntentService 92 super(CalendarQueryService.class.getSimpleName()); 239 private static class Event {
|
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 72 public class CalendarQueryService extends IntentService 92 super(CalendarQueryService.class.getSimpleName()); 239 private static class Event {
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 45 public class RssService extends Service implements Runnable{ 62 clickIntent.setClassName(MyRssReader5.class.getName()); 70 Intent intent = new Intent(MyRssReader.class);
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
CalendarQueryService.java | 72 public class CalendarQueryService extends IntentService 92 super(CalendarQueryService.class.getSimpleName()); 239 private static class Event {
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | 36 * class to instantiate a wrapper for.</p> 40 * requested implementation class.</li> 42 * to identify the requested implementation class.</li> 51 * <p>If the selected {@link Log} implementation class has a 73 public class LogFactoryImpl extends LogFactory { 76 /** Log4JLogger class name */ 78 /** Jdk14Logger class name */ 80 /** Jdk13LumberjackLogger class name */ 82 /** SimpleLog class name */ 109 * property identifying our {@link Log} implementation class [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/ |
InvalidationControllerTest.java | 43 public class InvalidationControllerTest extends InstrumentationTestCase { 214 // Store some preferences for ModelTypes and account. We are using the helper class 257 // are using the helper class for this, so we don't have to deal with 320 assertEquals(InvalidationService.class.getName(), 327 private static class IntentSavingContext extends AdvancedMockContext {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 97 enum rc_reg_class Class; 101 /** This is 1 if this class is being used by the register allocator 105 /** This is the ID number assigned to this class by ra. */ 108 /** List of writemasks that belong to this class */ 383 return classes[class_index].Class; 387 "Could not find class for index=%u mask=%u\n", 568 /* If we haven't used this register class yet, mark it 581 struct rc_class class = rc_class_list[i]; local 582 if (!class.Used) { 587 for (j = 0; j < class.WritemaskCount; j++) [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 35 #define class macro 120 class
|
/external/dnsmasq/src/ |
rfc1035.c | 22 unsigned short class, char *format, ...); 345 ansp += 4; /* class and type */ 359 ansp += 8; /* type, class, TTL */ 398 /* CRC the class and type as well */ 449 unsigned short rdlen, type, class; local 464 GETSHORT(class, ansp); 466 if (class == C_IN && type == T_TKEY) 491 GETSHORT(class, ansp); 506 class == C_ANY && 1023 unsigned long ttl, unsigned int *offset, unsigned short type, unsigned short class, char *format, ... [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 97 enum rc_reg_class Class; 101 /** This is 1 if this class is being used by the register allocator 105 /** This is the ID number assigned to this class by ra. */ 108 /** List of writemasks that belong to this class */ 383 return classes[class_index].Class; 387 "Could not find class for index=%u mask=%u\n", 568 /* If we haven't used this register class yet, mark it 581 struct rc_class class = rc_class_list[i]; local 582 if (!class.Used) { 587 for (j = 0; j < class.WritemaskCount; j++) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysevents.c | 714 /* Register the class for this application -- exported for winmain.c */ 717 WNDCLASS class; local 748 /* Register the application class */ 749 class.hCursor = NULL; 750 class.hIcon = LoadImage(SDL_Instance, SDL_Appname, 753 class.lpszMenuName = NULL; 754 class.lpszClassName = SDL_Appname; 755 class.hbrBackground = NULL; 756 class.hInstance = SDL_Instance; 757 class.style = SDL_Appstyle 799 WNDCLASS class; local [all...] |
/external/qemu/hw/pci/ |
pci.c | 408 int class; local 411 class = d->config[0x0a] | (d->config[0x0b] << 8); 412 if (class == 0x0101 && r->size == 4) { 672 uint16_t class; member in struct:__anon34279 719 int i, class; local 730 class = pci_get_word(d->config + PCI_CLASS_DEVICE); 733 while (desc->desc && class != desc->class) 738 monitor_printf(mon, "Class %04x", class); [all...] |