Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMessageTest.java86 String isProtected = "yes"; in constructor() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java310 public boolean isProtected() { in isProtected() method in Message
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DConfigJson.kt45 @SerializedName("protected") private val isProtected: Boolean, in <lambda>() constant in com.android.virtualization.terminal.ConfigJson