OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getviewgroupactivity
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java
138
|| TextUtils.isEmpty(accountType.
getViewGroupActivity
())) {
151
intent.setClassName(accountType.resPackageName, accountType.
getViewGroupActivity
());
/packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java
341
if (!TextUtils.isEmpty(accountType.
getViewGroupActivity
())) {
362
accountType.
getViewGroupActivity
());
/packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java
163
public String
getViewGroupActivity
() {
ExternalAccountType.java
257
public String
getViewGroupActivity
() {
Completed in 158 milliseconds