Home
last modified time | relevance | path

Searched defs:lastInteraction (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java218 TextView lastInteraction = (TextView) result.findViewById(R.id.last_interaction); in testCreateRemoteViewsWithLastInteractionTime() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java1290 public static String getLastInteractionString(Context context, long lastInteraction) { in getLastInteractionString()