Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java137 private static final String GENERIC_KEY = "key"; field in DataManagerTest
261 when(mGenericSbn.getKey()).thenReturn(GENERIC_KEY); in setUp()
1729 sendGenericNotificationWithKey(GENERIC_KEY); in sendGenericNotification()