HomeSort by relevance Sort by last modified time
    Searched refs:getCategory (Results 51 - 75 of 149) sorted by null

1 23 4 5 6

  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpecSet.java 278 if ((prevSpec != null) && (prevSpec.getCategory() == 2)) {
283 if (spec.getCategory() == 2) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 123 tryCdmaSetCategory(context, programData.getCategory(), true);
127 tryCdmaSetCategory(context, programData.getCategory(), false);
CellBroadcastResources.java 111 switch (cmasInfo.getCategory()) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 412 assertEquals(SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN, cmasInfo.getCategory());
463 assertEquals(SmsCbCmasInfo.CMAS_CATEGORY_ENV, cmasInfo.getCategory());
512 assertEquals(SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN, cmasInfo.getCategory());
636 assertEquals(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, programData.getCategory());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 317 if (property.getCategory() == PropertyCategory.PREFERRED) {
377 PropertyCategory c = p.getCategory();
484 String category = PropertyMetadata.getCategory(firstName);
510 if (property.getCategory() != PropertyCategory.PREFERRED
528 if (next.getCategory() == PropertyCategory.PREFERRED) {
593 PropertyCategory c = p.getCategory();
630 PropertyCategory c = p.getCategory();
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java 588 final RouteCategory cat = info.getCategory();
594 final RouteGroup group = new RouteGroup(info.getCategory());
643 final RouteCategory removingCat = info.getCategory();
647 final RouteCategory cat = sStatic.mRoutes.get(i).getCategory();
668 final RouteCategory removingCat = info.getCategory();
672 final RouteCategory cat = sStatic.mRoutes.get(i).getCategory();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 244 delta = issue1.getCategory().compareTo(issue2.getCategory());
293 return issue.getCategory().getFullName();
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 656 if (rs.getCategory() > 1) {
672 int category = rs.getCategory();
756 parent.borrowSpareRegister(result.getCategory()));
939 originalResultSpec.getCategory());
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 88 return definition.getResult().getCategory();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 173 mCurrentCat = NewsSource.getInstance().getCategory(categoryIndex);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 656 if (rs.getCategory() > 1) {
672 int category = rs.getCategory();
756 parent.borrowSpareRegister(result.getCategory()));
939 originalResultSpec.getCategory());
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
RegisterAllocator.java 88 return definition.getResult().getCategory();
  /external/smack/src/org/jivesoftware/smackx/
GatewayManager.java 85 String category = identity.getCategory();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 243 public String getCategory() {
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 224 if (lastReg.getCategory() == 2) {
453 next += one.getCategory();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 168 String title = Directory.getCategory(mCategory).getEntry(mCurPosition).getName();
292 mBitmap = Directory.getCategory(category).getEntry(position)
  /external/clang/utils/analyzer/
CmpRuns.py 63 def getCategory(self):
84 self.getColumn(), self.getCategory(),
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 224 if (lastReg.getCategory() == 2) {
453 next += one.getCategory();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 860 PropertyCategory category = getCategory(property);
962 return getCategory(property);
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 341 scratchAt += src.getCategory();
351 stackPointer += type.getType().getCategory();
674 regAt += spec.getCategory();
    [all...]
Frame.java 165 at += one.getCategory();
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 356 if (info.getCategory() == mCategoryEditingGroups) {
460 RouteCategory cat = info.getCategory();
556 mCategoryEditingGroups = group.getCategory();
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 73 unsigned getCategory() const { return 0; }
394 return D->getCategory();
  /external/llvm/include/llvm/ADT/
APFloat.h 320 fltCategory getCategory() const { return category; }
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 208 public String getCategory(Context context) {

Completed in 861 milliseconds

1 23 4 5 6