HomeSort by relevance Sort by last modified time
    Searched refs:getCategory (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
Usb20ACHeader.java 36 public byte getCategory() {
58 canvas.writeListItem("Category: " + ReportCanvas.getHexString(getCategory()));
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 56 public NewsCategory getCategory(int categoryIndex) {
ArticleActivity.java 61 NewsArticle article = NewsSource.getInstance().getCategory(mCatIndex).getArticle(mArtIndex);
  /packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
SendTestBroadcastActivity.java 78 private int getCategory() {
266 getMessageId(), getCategory());
280 getMessageId(), getCategory());
294 getMessageId(), getCategory());
309 SendTestBroadcastActivity.this, getMessageId(), getCategory());
324 getMessageId(), getCategory());
339 SendTestBroadcastActivity.this, getMessageId(), getCategory());
354 getMessageId(), getCategory());
369 SendTestBroadcastActivity.this, getMessageId(), getCategory());
384 SendTestBroadcastActivity.this, getMessageId(), getCategory());
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
CrossProfileIntentFilterTest.java 65 assertEquals(CATEGORY_1, filter.filter.getCategory(0));
66 assertEquals(CATEGORY_2, filter.filter.getCategory(1));
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 60 (regs.get(0).getCategory() == 1) ? 32 : 64);
89 if (regs.get(0).getCategory() == 1) {
112 if (regs.get(0).getCategory() == 1) {
Form35c.java 143 result += one.getCategory();
150 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
181 if (one.getCategory() == 2) {
Form45cc.java 143 result += one.getCategory();
150 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
181 if (one.getCategory() == 2) {
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form21h.java 61 (regs.get(0).getCategory() == 1) ? 32 : 64);
90 if (regs.get(0).getCategory() == 1) {
117 if (regs.get(0).getCategory() == 1) {
Form35c.java 115 reg.getCategory() - 1));
162 result += one.getCategory();
169 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
200 if (one.getCategory() == 2) {
Form45cc.java 121 reg.getCategory() - 1));
172 result += one.getCategory();
179 if (!unsignedFitsInNibble(one.getReg() + one.getCategory() - 1)) {
210 if (one.getCategory() == 2) {
  /frameworks/base/core/tests/coretests/src/android/metrics/
MetricsReaderTest.java 77 assertEquals(i, log.getCategory());
90 assertEquals(i, log.getCategory());
113 assertEquals(i, log.getCategory());
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 161 category = type.getType().getCategory();
257 stackPtr -= result.getType().getCategory();
288 (orig.getType().getCategory() != type.getType().getCategory())) {
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
Directory.java 48 public static DirectoryCategory getCategory(int i) {
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Local.java 54 return type.ropType.getCategory();
  /frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/model/
VideoInfo.java 67 public String getCategory() {
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 94 outAt += src.getCategory();
127 outAt += src.getCategory();
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 108 return interferes(oldSpec.getReg(), newReg, oldSpec.getCategory());
154 || (oldSpec.getCategory() == 2 && (r + 1) == newReg)
  /external/clang/tools/libclang/
CIndexDiagnostic.h 74 virtual unsigned getCategory() const = 0;
135 unsigned getCategory() const override;
  /tools/loganalysis/src/com/android/loganalysis/rule/
InterruptRule.java 70 if (interrupts.getCategory() != InterruptCategory.UNKNOWN_INTERRUPT) {
72 interrupts.getCategory(),
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
KernelLogParserTest.java 229 assertEquals(KernelLogParser.SELINUX_DENIAL, item.getCategory());
235 assertEquals(KernelLogParser.SELINUX_DENIAL, selinuxItem.getCategory());
261 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, miscItem.getCategory());
265 assertEquals(KernelLogParser.LOW_MEMORY_KILLER, lmkItem.getCategory());
294 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, miscItem.getCategory());
298 assertEquals(KernelLogParser.PAGE_ALLOC_FAILURE, failItem.getCategory());
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java 95 outAt += src.getCategory();
128 outAt += src.getCategory();
  /tools/loganalysis/src/com/android/loganalysis/item/
InterruptItem.java 93 public InterruptCategory getCategory() {
120 if (category.equals(interrupt.getCategory())) {
KernelLogItem.java 99 if (KernelLogParser.KERNEL_RESET.equals(event.getCategory()) &&
112 if (item.getCategory().equals(category)) {
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
Movie.java 88 public String getCategory() {

Completed in 3459 milliseconds

1 2 3 4 5 6 7 8 91011>>