Searched defs:deviceIntent (Results 1 – 3 of 3) sorted by relevance
153 val deviceIntent = mock<PendingIntent> { whenever(it.isActivity).thenReturn(true) } in startDeviceIntent_showOverLockscreen() constant166 val deviceIntent = mock<PendingIntent> { whenever(it.isActivity).thenReturn(false) } in startDeviceIntent_intentNotActivity() constant177 val deviceIntent = mock<PendingIntent> { whenever(it.isActivity).thenReturn(true) } in startDeviceIntent_hideOverLockscreen() constant
811 val deviceIntent = in <lambda>() constant
866 val deviceIntent = in loadMediaDataInBg() constant