OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
339
if (!TextUtils.isEmpty(accountType.
getViewGroupActivity
())) {
360
accountType.
getViewGroupActivity
());
/packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java
131
public String
getViewGroupActivity
() {
ExternalAccountType.java
187
public String
getViewGroupActivity
() {
Completed in 84 milliseconds