Searched defs:lastInteraction (Results 1 – 2 of 2) sorted by relevance
218 TextView lastInteraction = (TextView) result.findViewById(R.id.last_interaction); in testCreateRemoteViewsWithLastInteractionTime() local
1290 public static String getLastInteractionString(Context context, long lastInteraction) { in getLastInteractionString()