Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java191 String lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
196 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
201 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
206 lastInteractionString = PeopleTileViewHelper.getLastInteractionString(mContext, in testLastInteractionTime()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java1184 String status = getLastInteractionString(mContext, in createLastInteractionRemoteViews()
1298 public static String getLastInteractionString(Context context, long lastInteraction) { in getLastInteractionString() method in PeopleTileViewHelper