Home
last modified time | relevance | path

Searched defs:screenType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
DLogger.java42 public static void logScreenView(Activity activity, int screenType) { in logScreenView()
49 public static void logScreenView(Activity activity, int screenType, int previousScreenType) { in logScreenView()
73 public abstract void logScreenViewImpl(int screenType, int previousScreenType); in logScreenViewImpl()
DScreenEvent.java41 public static String getFriendlyName(int screenType) { in getFriendlyName()
/packages/apps/Dialer/src/com/android/dialer/logging/
DLogger.java55 public static void logScreenView(int screenType, Activity activity) { in logScreenView()
83 public abstract void logScreenViewImpl(int screenType); in logScreenViewImpl()
DScreenEvent.java154 public static String getScreenName(int screenType) { in getScreenName()
/packages/apps/Dialer/src/com/android/dialer/list/
DListsFragment.java461 int screenType; in sendScreenViewForCurrentPosition() local