Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java307 getNotificationIntent(this), in createRecordingNotification()
511 protected Intent getNotificationIntent(Context context) { in getNotificationIntent() method in RecordingService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java170 Intent stopIntent = mRecordingService.getNotificationIntent(mContext); in testLogStopFromNotificationIntent()