OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:category
(Results
251 - 275
of
1230
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java
51
.HIGH, OtherMetadataFragment.
Category
.CALL, null);
53
assertEquals(Notification.CATEGORY_CALL, notification.
category
);
60
.DEFAULT, OtherMetadataFragment.
Category
.MESSAGE, dummyContactUri);
62
assertEquals(Notification.CATEGORY_MESSAGE, notification.
category
);
/developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
OtherMetadataFragmentTest.java
51
.HIGH, OtherMetadataFragment.
Category
.CALL, null);
53
assertEquals(Notification.CATEGORY_CALL, notification.
category
);
60
.DEFAULT, OtherMetadataFragment.
Category
.MESSAGE, dummyContactUri);
62
assertEquals(Notification.CATEGORY_MESSAGE, notification.
category
);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
EventFacade.java
104
@RpcParameter(name = "
category
") String
category
,
107
if (mBroadcastListeners.containsKey(
category
)) {
112
IntentFilter c = new IntentFilter(
category
);
114
mBroadcastListeners.put(
category
, b);
121
@RpcParameter(name = "
category
") String
category
) {
122
if (!mBroadcastListeners.containsKey(
category
)) {
126
mContext.unregisterReceiver(mBroadcastListeners.get(
category
));
127
mBroadcastListeners.remove(
category
);
[
all
...]
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableTest.java
60
String
category
= "Layer:"
local
63
textView.setText(
category
);
/frameworks/opt/telephony/src/java/android/telephony/
SmsCbCmasInfo.java
31
// 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
: Fire suppression and rescue. *
[
all
...]
/ndk/sources/android/support/include/
langinfo.h
35
#define _NL_ITEM(
category
,index) (((
category
) << 10) | (index))
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
MainSettingsLargeTests.java
80
private void launchMainSettingsCategory(String
category
, String[] items) throws Exception {
82
launchSettingItems(
category
);
/prebuilts/misc/common/swig/include/2.0.11/octave/
std_common.i
15
typedef value_category
category
;
/prebuilts/misc/common/swig/include/2.0.11/python/
std_common.i
17
typedef value_category
category
;
/prebuilts/misc/common/swig/include/2.0.11/r/
std_common.i
16
typedef value_category
category
;
/prebuilts/misc/common/swig/include/2.0.11/ruby/
std_common.i
18
typedef value_category
category
;
/prebuilts/ndk/current/sources/android/support/include/
langinfo.h
35
#define _NL_ITEM(
category
,index) (((
category
) << 10) | (index))
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java
232
@ViewDebug.ExportedProperty(
category
="recents")
235
@ViewDebug.ExportedProperty(
category
="recents")
238
@ViewDebug.ExportedProperty(
category
="recents")
241
@ViewDebug.ExportedProperty(
category
="recents")
244
@ViewDebug.ExportedProperty(
category
="recents")
252
@ViewDebug.ExportedProperty(
category
="recents")
255
@ViewDebug.ExportedProperty(
category
="recents")
258
@ViewDebug.ExportedProperty(
category
="recents")
263
@ViewDebug.ExportedProperty(
category
="recents")
267
@ViewDebug.ExportedProperty(
category
="recents"
[
all
...]
/bionic/libc/kernel/uapi/sound/
firewire.h
49
__be32
category
;
member in struct:snd_efw_transaction
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java
57
public void onItemSelected(int
category
, int position);
101
mCategory = savedInstanceState.getInt("
category
");
118
// Set up clip data with the
category
||entry_id format.
147
public void populateTitles(int
category
) {
148
DirectoryCategory cat = Directory.getCategory(
category
);
155
mCategory =
category
;
181
outState.putInt("
category
", mCategory);
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/
perf_to_tracing.py
74
def __init__(self, stack_id, name,
category
):
78
self.
category
=
category
89
node_dict['
category
'] = self.
category
/external/chromium-trace/catapult/telemetry/telemetry/internal/app/
android_app_unittest.py
41
category
=None)
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
gpu_timeline.py
155
if (event.
category
, event.name) == SERVICE_FRAME_END_MARKER:
157
elif (event.
category
, event.name) == DEVICE_FRAME_END_MARKER:
160
# Track all other toplevel gl
category
markers
168
if event.
category
== TOPLEVEL_SERVICE_CATEGORY:
184
elif event.
category
== TOPLEVEL_DEVICE_CATEGORY: