Searched refs:category (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java33 final String category; field in class:AidGroup
40 * @param category The category of this group, e.g. {@link CardEmulation#CATEGORY_PAYMENT}
42 public AidGroup(List<String> aids, String category) { argument
54 if (isValidCategory(category)) {
55 this.category = category;
57 this.category = CardEmulation.CATEGORY_OTHER;
66 AidGroup(String category, String description) { argument
68 this.category
183 isValidCategory(String category) argument
[all...]
H A DCardEmulation.java55 * card emulation service for a certain category. This will
59 * {@link #EXTRA_SERVICE_COMPONENT}, for the category
67 * The category extra for {@link #ACTION_CHANGE_DEFAULT}.
71 public static final String EXTRA_CATEGORY = "category";
96 * category.
101 * that the default service has registered in this category,
111 * or {@link OffHostApduService}, whenever an Application ID (AID) of this category
185 * the default service to handle a card emulation category.
190 * selection modes a default can't be set at the category level. For categories where
197 * @param category Th
202 isDefaultServiceForCategory(ComponentName service, String category) argument
264 categoryAllowsForegroundPreference(String category) argument
291 getSelectionModeForCategory(String category) argument
325 registerAidsForService(ComponentName service, String category, List<String> aids) argument
361 getAidsForService(ComponentName service, String category) argument
398 removeAidsForService(ComponentName service, String category) argument
538 setDefaultServiceForCategory(ComponentName service, String category) argument
583 getServices(String category) argument
[all...]
H A DApduServiceInfo.java67 * Mapping from category to static AID group
72 * Mapping from category to dynamic AID group
103 this.mStaticAidGroups.put(aidGroup.category, aidGroup);
106 this.mDynamicAidGroups.put(aidGroup.category, aidGroup);
186 // Get category of AID group
198 groupCategory + " category");
208 if (!mStaticAidGroups.containsKey(currentGroup.category)) {
209 mStaticAidGroups.put(currentGroup.category, currentGroup);
260 * a static (manifest-based) AID group for a category and a dynamic
262 * for that category
276 getDynamicAidGroupForCategory(String category) argument
280 removeDynamicAidGroupForCategory(String category) argument
321 hasCategory(String category) argument
[all...]
/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl29 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
31 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
34 AidGroup getAidGroupForService(int userHandle, in ComponentName service, String category);
35 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category);
36 List<ApduServiceInfo> getServices(int userHandle, in String category);
/frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
H A DDisplayManagerJellybeanMr1.java35 public static Display[] getDisplays(Object displayManagerObj, String category) { argument
36 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays(category);
/frameworks/support/v4/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java34 * Display category: Presentation displays.
36 * This category can be used to identify secondary displays that are suitable for
45 "android.hardware.display.category.PRESENTATION";
88 * Gets all currently valid logical displays of the specified category.
90 * When there are multiple displays in a category the returned displays are sorted
91 * of preference. For example, if the requested category is
98 * @param category The requested display category or null to return all displays.
103 public abstract Display[] getDisplays(String category); argument
127 public Display[] getDisplays(String category) { argument
150 getDisplays(String category) argument
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteSelector.java82 * Returns true if the selector contains the specified category.
84 * @param category The category to check.
85 * @return True if the category is present.
87 public boolean hasControlCategory(String category) { argument
88 if (category != null) {
92 if (mControlCategories.get(i).equals(category)) {
237 * Adds a {@link MediaControlIntent media control category} to the builder.
239 * @param category The category t
244 addControlCategory(@onNull String category) argument
[all...]
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramResults.java38 /** Program result: category already opted in. */
41 /** Program result: category already opted in. */
50 /** Program result: invalid service category name. */
56 /** Service category to modify. */
59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
62 /** Result of service category programming for this category. */
66 public CdmaSmsCbProgramResults(int category, int language, int categoryResult) { argument
67 mCategory = category;
93 * Returns the CDMA service category t
[all...]
H A DCdmaSmsCbProgramData.java33 /** Delete the specified service category from the list of enabled categories. */
36 /** Add the specified service category to the list of enabled categories. */
78 /** Service category operation (add/delete/clear). */
81 /** Service category to modify. */
84 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
87 /** Maximum number of messages to store for this service category. */
90 /** Service category alert option. */
93 /** Name of service category. */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages, argument
100 mCategory = category;
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java97 private static Intent buildHomeIntent(String category) { argument
99 intent.addCategory(category);
454 String category = null;
458 category = Intent.CATEGORY_CAR_DOCK;
463 category = Intent.CATEGORY_DESK_DOCK;
467 category = Intent.CATEGORY_HOME;
473 + mDockState +", category=" + category);
476 sendConfigurationAndStartDreamOrDockAppLocked(category);
495 String category
528 sendConfigurationAndStartDreamOrDockAppLocked(String category) argument
[all...]
/frameworks/support/v4/api21/android/support/v4/app/
H A DNotificationCompatApi21.java55 String category, ArrayList<String> people, Bundle extras, int color,
89 .setCategory(category)
114 return notif.category;
49 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey) argument
/frameworks/opt/telephony/src/java/android/telephony/
H A DSmsCbCmasInfo.java31 // CMAS message class (in GSM/UMTS message identifier or CDMA service category).
51 /** CMAS category for operator defined use. */
54 /** CMAS category for warning types that are reserved for future extension. */
57 // CMAS alert category (in CDMA type 1 elements record).
59 /** CMAS alert category: Geophysical including landslide. */
62 /** CMAS alert category: Meteorological including flood. */
65 /** CMAS alert category: General emergency and public safety. */
68 /** CMAS alert category: Law enforcement, military, homeland/local/private security. */
71 /** CMAS alert category: Rescue and recovery. */
74 /** CMAS alert category
197 SmsCbCmasInfo(int messageClass, int category, int responseType, int severity, int urgency, int certainty) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DFrameLayout.java66 @ViewDebug.ExportedProperty(category = "measurement")
69 @ViewDebug.ExportedProperty(category = "drawing")
76 @ViewDebug.ExportedProperty(category = "padding")
79 @ViewDebug.ExportedProperty(category = "padding")
82 @ViewDebug.ExportedProperty(category = "padding")
85 @ViewDebug.ExportedProperty(category = "padding")
91 @ViewDebug.ExportedProperty(category = "drawing")
95 @ViewDebug.ExportedProperty(category = "drawing")
H A DActionMenuView.java761 @ViewDebug.ExportedProperty(category = "layout")
765 @ViewDebug.ExportedProperty(category = "layout")
769 @ViewDebug.ExportedProperty(category = "layout")
773 @ViewDebug.ExportedProperty(category = "layout")
777 @ViewDebug.ExportedProperty(category = "layout")
H A DAdapterView.java65 @ViewDebug.ExportedProperty(category = "scrolling")
150 @ViewDebug.ExportedProperty(category = "list")
161 @ViewDebug.ExportedProperty(category = "list")
177 @ViewDebug.ExportedProperty(category = "list")
/frameworks/native/cmds/atrace/
H A Datrace.cpp51 // The name identifying the category.
54 // A longer description of the category.
57 // The userland tracing tags that the category enables.
60 // The fname==NULL terminated list of /sys/ files that the category
64 // category.
263 // Check whether the category is supported on the device with the current
264 // rootness. A category is supported only if all its required /sys/ files are
265 // writable and if enabling the category will enable one or more tracing tags
267 static bool isCategorySupported(const TracingCategory& category) argument
269 bool ok = category
292 isCategorySupportedForRoot(const TracingCategory& category) argument
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java72 * Display category: Presentation displays.
74 * This category can be used to identify secondary displays that are suitable for
85 "android.hardware.display.category.PRESENTATION";
132 * display in the {@link #DISPLAY_CATEGORY_PRESENTATION presentation display category}.
268 * Gets all currently valid logical displays of the specified category.
270 * When there are multiple displays in a category the returned displays are sorted
271 * of preference. For example, if the requested category is
278 * @param category The requested display category or null to return all displays.
283 public Display[] getDisplays(String category) { argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsUsageMonitorShortCodeTest.java36 final int category; field in class:SmsUsageMonitorShortCodeTest.ShortCodeTest
38 ShortCodeTest(String countryIso, String destAddress, int category) { argument
41 this.category = category;
463 test.category, monitor.checkDestination(test.address, test.countryIso));
/frameworks/base/core/java/android/os/
H A DBatteryStats.java1829 * @param category category of data (e.g. "total", "last", "unplugged", "current" )
1833 private static final void dumpLine(PrintWriter pw, int uid, String category, String type, argument
1837 pw.print(category); pw.print(',');
1884 String category = STAT_NAMES[which];
1887 dumpLine(pw, 0 /* uid */, category, BATTERY_DATA,
1932 dumpLine(pw, 0 /* uid */, category, GLOBAL_NETWORK_DATA,
1937 dumpLine(pw, 0 /* uid */, category, MISC_DATA,
1951 dumpLine(pw, 0 /* uid */, category, SCREEN_BRIGHTNESS_DATA, args);
1958 dumpLine(pw, 0 /* uid */, category, SIGNAL_STRENGTH_TIME_DAT
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java245 public boolean isCategory(String category) { argument
246 return Objects.equals(getNotification().category, category);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAdapterViewCompat.java69 @ViewDebug.ExportedProperty(category = "scrolling")
154 @ViewDebug.ExportedProperty(category = "list")
165 @ViewDebug.ExportedProperty(category = "list")
181 @ViewDebug.ExportedProperty(category = "list")
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java280 mediaGroup.getChild(MEDIA_NAMESPACE, "category")
283 video.category = body;
414 || localName.equals("category")
511 if (localName.equals("category")) {
512 video.category = takeText();
536 public String category; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java129 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, 0);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DBearerData.java893 int category = result.getCategory();
894 outStream.write(8, category >> 8);
895 outStream.write(8, category);
1708 int category = (inStream.read(8) << 8) | inStream.read(8);
1717 throw new CodingException("category name is " + textBits + " bits in length,"
1730 CdmaSmsCbProgramData programData = new CdmaSmsCbProgramData(operation, category,
1805 * @param serviceCategory is the service category from the SMS envelope
1819 int category = SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN;
1863 category = inStream.read(8);
1878 bData.cmasWarningInfo = new SmsCbCmasInfo(messageClass, category, responseTyp
1893 isCmasAlertCategory(int category) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java1619 @ViewDebug.ExportedProperty(category = "measurement")
1626 @ViewDebug.ExportedProperty(category = "measurement")
3020 @ViewDebug.ExportedProperty(category = "layout")
3027 @ViewDebug.ExportedProperty(category = "layout")
3034 @ViewDebug.ExportedProperty(category = "layout")
3041 @ViewDebug.ExportedProperty(category = "layout")
3049 @ViewDebug.ExportedProperty(category = "scrolling")
3056 @ViewDebug.ExportedProperty(category = "scrolling")
3064 @ViewDebug.ExportedProperty(category = "padding")
3071 @ViewDebug.ExportedProperty(category
[all...]

Completed in 1121 milliseconds

123