Searched refs:hasPairingContent (Results 1 – 5 of 5) sorted by relevance
299 public boolean hasPairingContent() { in hasPairingContent() method in BluetoothPairingController319 if (hasPairingContent()) { in getPairingContent()
338 if (mPairingController.hasPairingContent()) { in createView()
327 public boolean hasPairingContent() { in hasPairingContent() method in BluetoothPairingController347 if (hasPairingContent()) { in getPairingContent()
342 if (mPairingController.hasPairingContent()) { in createView()
169 when(controller.hasPairingContent()).thenReturn(true); in dialogDisplaysPairCodeOnDisplayPasskeyVariant()