OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoName
(Results
1 - 2
of
2
) sorted by null
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
CameraDeviceInfo.java
83
Rational rat, String
protoName
) throws Exception {
84
if (
protoName
== null) {
87
mStore.startGroup(
protoName
);
95
Size size, String
protoName
) throws Exception {
96
if (
protoName
== null) {
99
mStore.startGroup(
protoName
);
107
SizeF size, String
protoName
) throws Exception {
108
if (
protoName
== null) {
111
mStore.startGroup(
protoName
);
119
Rect rect, String
protoName
) throws Exception
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsProvider.java
466
String
protoName
= uri.getQueryParameter("protocol");
468
int proto = TextUtils.isEmpty(
protoName
) ? -1
469
: (
protoName
.equals("sms") ? MmsSms.SMS_PROTO : MmsSms.MMS_PROTO);
[
all
...]
Completed in 49 milliseconds