Searched refs:JSON_AMBIENT (Results 1 – 2 of 2) sorted by relevance
67 public static final String JSON_AMBIENT = "ambient"; field in MockListener207 note.put(JSON_AMBIENT, rank.isAmbient()); in onNotificationRankingUpdate()
19 import static com.android.cts.verifier.notifications.MockListener.JSON_AMBIENT;640 boolean ambient = payload.getBoolean(JSON_AMBIENT); in test()