Home
last modified time | relevance | path

Searched refs:getLastInteractionString (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java186 String lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
191 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
196 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
201 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java1182 String status = getLastInteractionString(mContext, in createLastInteractionRemoteViews()
1290 public static String getLastInteractionString(Context context, long lastInteraction) { in getLastInteractionString() method in PeopleTileViewHelper