Searched refs:isModelNameInAllowList (Results 1 – 2 of 2) sorted by relevance
511 assertThat(mController.isModelNameInAllowList(LE_DEVICE_MODEL)).isTrue(); in isDeviceInAllowList_returnTrue()516 assertThat(mController.isModelNameInAllowList(null)).isFalse(); in isDeviceInAllowList_returnFalse()517 assertThat(mController.isModelNameInAllowList(NON_LE_DEVICE_MODEL)).isFalse(); in isDeviceInAllowList_returnFalse()
140 if (profile instanceof LeAudioProfile && (!isLeEnabledByDefault || !isModelNameInAllowList( in createProfilePreference()155 boolean isModelNameInAllowList(String modelName) { in isModelNameInAllowList() method in BluetoothDetailsProfilesController