OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subtypeName
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Browser/src/com/android/browser/
NetworkStateHandler.java
69
String
subtypeName
= info.getSubtypeName();
71
(
subtypeName
!= null ?
subtypeName
.toLowerCase() : ""));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java
96
final String
subtypeName
=
100
assertTrue(
subtypeName
,
subtypeName
.contains(noLanguage));
104
assertTrue(
subtypeName
,
subtypeName
.contains(languageName));
249
final String
subtypeName
=
255
assertFalse(
subtypeName
, spacebarText.contains(languageName));
257
assertTrue(
subtypeName
, spacebarText.contains(languageName));
264
final String
subtypeName
=
268
assertEquals(
subtypeName
,
[
all
...]
/frameworks/base/core/java/android/net/
NetworkInfo.java
141
public NetworkInfo(int type, int subtype, String typeName, String
subtypeName
) {
148
mSubtypeName =
subtypeName
;
199
void setSubtype(int subtype, String
subtypeName
) {
202
mSubtypeName =
subtypeName
;
474
String
subtypeName
= in.readString();
475
NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName,
subtypeName
);
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSubtype.java
185
final CharSequence
subtypeName
= context.getPackageManager().getText(
187
if (!TextUtils.isEmpty(
subtypeName
)) {
188
return String.format(
subtypeName
.toString(), localeStr);
/frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java
399
final CharSequence
subtypeName
= context.getPackageManager().getText(
401
if (!TextUtils.isEmpty(
subtypeName
)) {
408
subtypeName
.toString(), replacementString != null ? replacementString : "");
410
Slog.w(TAG, "Found illegal format in subtype name("+
subtypeName
+ "): " + e);
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
[
all
...]
Completed in 762 milliseconds