OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:categorytype
(Results
1 - 10
of
10
) sorted by null
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
MediaIDHelper.java
32
public static final String createTrackMediaID(String
categoryType
, String categoryValue,
34
// MediaIDs are of the form <
categoryType
>/<categoryValue>|<musicUniqueId>, to make it easy to
39
return
categoryType
+ "/" + categoryValue + "|" +
43
public static final String createBrowseCategoryMediaID(String
categoryType
, String categoryValue) {
44
return
categoryType
+ "/" + categoryValue;
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/
MediaIDHelper.java
32
public static final String createTrackMediaID(String
categoryType
, String categoryValue,
34
// MediaIDs are of the form <
categoryType
>/<categoryValue>|<musicUniqueId>, to make it easy to
39
return
categoryType
+ "/" + categoryValue + "|" +
43
public static final String createBrowseCategoryMediaID(String
categoryType
, String categoryValue) {
44
return
categoryType
+ "/" + categoryValue;
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
MediaIDHelper.java
32
public static final String createTrackMediaID(String
categoryType
, String categoryValue,
34
// MediaIDs are of the form <
categoryType
>/<categoryValue>|<musicUniqueId>, to make it easy to
39
return
categoryType
+ "/" + categoryValue + "|" +
43
public static final String createBrowseCategoryMediaID(String
categoryType
, String categoryValue) {
44
return
categoryType
+ "/" + categoryValue;
/external/junit/src/org/junit/experimental/categories/
Categories.java
81
public static CategoryFilter include(Class<?>
categoryType
) {
82
return new CategoryFilter(
categoryType
, null);
/external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc
136
Category::
CategoryType
type;
271
// Converts category.scheme into
CategoryType
enum.
273
const base::StringPiece& scheme, Category::
CategoryType
* result) {
288
converter->RegisterCustomField<Category::
CategoryType
>(
gdata_wapi_parser.h
184
enum
CategoryType
{
202
CategoryType
type() const { return type_; }
208
void set_type(
CategoryType
type) { type_ = type; }
213
// Converts category scheme into
CategoryType
enum. For example,
218
const base::StringPiece& scheme,
CategoryType
* result);
221
CategoryType
type_;
/external/clang/lib/Parse/
ParseObjc.cpp
247
Decl *
CategoryType
=
257
ParseObjCClassInstanceVariables(
CategoryType
, tok::objc_private, AtLoc);
259
ParseObjCInterfaceDeclList(tok::objc_not_keyword,
CategoryType
);
260
return
CategoryType
;
[
all
...]
/external/owasp/sanitizer/lib/junit/
junit-dep.jar
junit.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 172 milliseconds