OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mIsDefault
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/net/
RouteInfo.java
45
private final boolean
mIsDefault
;
71
mIsDefault
= isDefault();
119
return
mIsDefault
;
171
&&
mIsDefault
== target.
mIsDefault
;
178
+ (
mIsDefault
? 3 : 7);
/frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java
544
if (service.
mIsDefault
== isDefault) {
[
all
...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java
103
public boolean
mIsDefault
; // note: callers should use getDefaultAccountId()
248
mIsDefault
= cursor.getInt(CONTENT_IS_DEFAULT_COLUMN) == 1;
476
mIsDefault
= newDefaultState;
715
if (mHostAuthRecv == null && mHostAuthSend == null &&
mIsDefault
== false &&
749
if (
mIsDefault
) {
819
values.put(AccountColumns.IS_DEFAULT,
mIsDefault
);
[
all
...]
Completed in 151 milliseconds