Searched refs:deviceSensitive (Results 1 – 2 of 2) sorted by relevance
116 val deviceSensitive = (devicePublic && in bindCoordinator() constant144 entry.setSensitive(isSensitive || shouldProtectNotification, deviceSensitive) in bindCoordinator()
926 public void setSensitive(boolean sensitive, boolean deviceSensitive) { in setSensitive() argument927 getRow().setSensitive(sensitive, deviceSensitive); in setSensitive()