OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARG_ACCOUNT_TYPE
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/interactions/
GroupCreationDialogFragment.java
33
private static final String
ARG_ACCOUNT_TYPE
= "accountType";
50
args.putString(
ARG_ACCOUNT_TYPE
, accountType);
83
String accountType = arguments.getString(
ARG_ACCOUNT_TYPE
);
/packages/apps/Browser/src/com/android/browser/
BookmarksLoader.java
25
public static final String
ARG_ACCOUNT_TYPE
= "acct_type";
Completed in 508 milliseconds