Searched refs:getCategory (Results 1 - 5 of 5) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
H A DSendTestBroadcastActivity.java82 private int getCategory() { method in class:SendTestBroadcastActivity
230 getMessageId(), getCategory(), mSubId);
244 getMessageId(), getCategory(), mSubId);
258 getMessageId(), getCategory(), mSubId);
273 SendTestBroadcastActivity.this, getMessageId(), getCategory(), mSubId);
288 getMessageId(), getCategory(), mSubId);
303 SendTestBroadcastActivity.this, getMessageId(), getCategory(), mSubId);
318 getMessageId(), getCategory(), mSubId);
333 SendTestBroadcastActivity.this, getMessageId(), getCategory(), mSubId);
348 SendTestBroadcastActivity.this, getMessageId(), getCategory(), mSubI
[all...]
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastReceiver.java156 tryCdmaSetCategory(context, programData.getCategory(), true, subId);
160 tryCdmaSetCategory(context, programData.getCategory(), false, subId);
H A DCellBroadcastResources.java111 switch (cmasInfo.getCategory()) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DRegisteredServicesCache.java383 dynAids.aidGroups.put(group.getCategory(), group);
479 dynAids.aidGroups.put(aidGroup.getCategory(), aidGroup);
486 dynAids.aidGroups.remove(aidGroup.getCategory());
/packages/apps/Settings/src/com/android/settings/
H A DSettingsActivity.java1347 DashboardCategory category = getCategory(target, categoryKey);
1375 private DashboardCategory getCategory(List<DashboardCategory> target, String categoryKey) { method in class:SettingsActivity

Completed in 383 milliseconds