Home
last modified time | relevance | path

Searched refs:onNegative (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java130 android.R.string.cancel, (dialog, which) -> onNegative()); in showPbapDialog()
185 void onNegative() { in onNegative() method in BluetoothPbapActivity
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java206 private void onNegative() { in onNegative() method in BluetoothPermissionActivity
245 onNegative(); in onClick()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapActivityTest.java135 activity.onNegative(); in onNegative_finishesActivity()