Home
last modified time | relevance | path

Searched refs:getCategory (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
DCdmaSmsCbTest.java419 assertEquals(SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN, cmasInfo.getCategory()); in doTestCmasBroadcast()
476 assertEquals(SmsCbCmasInfo.CMAS_CATEGORY_ENV, cmasInfo.getCategory()); in testCmasExtremeAlertType1Elements()
528 assertEquals(SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN, cmasInfo.getCategory()); in testCmasNoRecordType0()
655 assertEquals(SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, programData.getCategory()); in testServiceCategoryProgramDataAddCategory()
713 assertEquals(SmsEnvelope.SERVICE_CATEGORY_CMAS_SEVERE_THREAT, programData.getCategory()); in testServiceCategoryProgramDataDeleteTwoCategories()
722 programData.getCategory()); in testServiceCategoryProgramDataDeleteTwoCategories()
760 assertEquals("category", cmasInfo.getCategory(), SmsCbCmasInfo.CMAS_CATEGORY_OTHER); in testDecodeRawBearerData()
/frameworks/base/telephony/java/android/telephony/cdma/
DCdmaSmsCbProgramResults.java96 public int getCategory() { in getCategory() method in CdmaSmsCbProgramResults
DCdmaSmsCbProgramData.java145 public int getCategory() { in getCategory() method in CdmaSmsCbProgramData
/frameworks/base/media/java/android/media/
DMediaRouter.java1013 final RouteCategory cat = info.getCategory(); in addRouteStatic()
1019 final RouteGroup group = new RouteGroup(info.getCategory()); in addRouteStatic()
1069 final RouteCategory removingCat = info.getCategory(); in removeRouteStatic()
1073 final RouteCategory cat = sStatic.mRoutes.get(i).getCategory(); in removeRouteStatic()
1761 public RouteCategory getCategory() { in getCategory() method in MediaRouter.RouteInfo
2053 ", category=" + getCategory() + in toString()
2376 if (route.getCategory() != mCategory) { in addRoute()
2379 "(Route category=" + route.getCategory() + in addRoute()
2401 if (route.getCategory() != mCategory) { in addRoute()
2404 "(Route category=" + route.getCategory() + in addRoute()
/frameworks/opt/telephony/src/java/android/telephony/
DSmsCbCmasInfo.java245 public int getCategory() { in getCategory() method in SmsCbCmasInfo
DCellBroadcastMessage.java284 cv.put(Telephony.CellBroadcasts.CMAS_CATEGORY, cmasInfo.getCategory()); in getContentValues()
/frameworks/base/core/java/android/nfc/cardemulation/
DAidGroup.java91 public String getCategory() { in getCategory() method in AidGroup
DApduServiceInfo.java369 mDynamicAidGroups.put(aidGroup.getCategory(), aidGroup); in setOrReplaceDynamicAidGroup()
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
DMediaRouterJellybean.java127 public static Object getCategory(Object routeObj) { in getCategory() method in MediaRouterJellybean.RouteInfo
128 return ((android.media.MediaRouter.RouteInfo)routeObj).getCategory(); in getCategory()
/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java497 public String getCategory(Notification n); in getCategory() method
562 public String getCategory(Notification n) { in getCategory() method in NotificationCompat.NotificationCompatImplBase
844 public String getCategory(Notification notif) { in getCategory() method in NotificationCompat.NotificationCompatImplApi21
845 return NotificationCompatApi21.getCategory(notif); in getCategory()
3976 public static String getCategory(Notification notif) { in getCategory() method in NotificationCompat
3977 return IMPL.getCategory(notif); in getCategory()
/frameworks/support/v4/api21/android/support/v4/app/
DNotificationCompatApi21.java146 public static String getCategory(Notification notif) { in getCategory() method in NotificationCompatApi21
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
DTileUtils.java236 private static DashboardCategory getCategory(List<DashboardCategory> target, in getCategory() method in TileUtils
/frameworks/base/services/core/java/com/android/server/
DIntentResolver.java90 if (!f2.hasCategory(f1.getCategory(i))) { in filterEquals()
/frameworks/base/core/java/android/content/
DIntentFilter.java1374 public final String getCategory(int index) { in getCategory() method in IntentFilter
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
DBearerData.java872 int category = result.getCategory(); in encodeScpResults()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java3115 String cat = tmpPa.getCategory(i); in applyDefaultPreferredActivityLPw()
/frameworks/support/v4/api/
D22.1.0.txt367 method public static java.lang.String getCategory(android.app.Notification);
D22.0.0.txt367 method public static java.lang.String getCategory(android.app.Notification);
D22.2.0.txt396 method public static java.lang.String getCategory(android.app.Notification);
D22.2.1.txt396 method public static java.lang.String getCategory(android.app.Notification);
D23.1.1.txt467 method public static java.lang.String getCategory(android.app.Notification);
D23.0.0.txt489 method public static java.lang.String getCategory(android.app.Notification);
D23.1.0.txt497 method public static java.lang.String getCategory(android.app.Notification);
Dcurrent.txt485 method public static java.lang.String getCategory(android.app.Notification);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7873 method public final java.lang.String getCategory(int);
15413 method public android.media.MediaRouter.RouteCategory getCategory();

12