Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java245 String uriFromNotification = getContactUri(sbn); in augmentTileFromNotification() local
247 uriFromNotification)) { in augmentTileFromNotification()
248 if (DEBUG) Log.d(TAG, "Add uri from notification to tile: " + uriFromNotification); in augmentTileFromNotification()
249 Uri contactUri = Uri.parse(uriFromNotification); in augmentTileFromNotification()