Searched refs:fullScreenIntent (Results 1 – 5 of 5) sorted by relevance
38 PendingIntent fullScreenIntent = createPendingIntent(context); in createCallStyleNotification() local44 .setStyle(getCallStyle(isOutgoing, person, fullScreenIntent)) in createCallStyleNotification()45 .setFullScreenIntent(fullScreenIntent, true) in createCallStyleNotification()53 PendingIntent fullScreenIntent) { in getCallStyle() argument57 fullScreenIntent); in getCallStyle()61 fullScreenIntent, in getCallStyle()62 fullScreenIntent); in getCallStyle()
104 assertEquals(notification.fullScreenIntent, n.getNotification().fullScreenIntent); in testPostFullScreenIntent_noPermission()
156 assertNull(n.getNotification().fullScreenIntent); in testPostFullScreenIntent_noPermission()
1775 assertEquals(notification.fullScreenIntent, n.getNotification().fullScreenIntent); in testPostFullScreenIntent_permission()
6524 field public android.app.PendingIntent fullScreenIntent;