Searched refs:START_RESULT_SUCCESS (Results 1 – 7 of 7) sorted by relevance
101 START_RESULT_SUCCESS,121 public static final int START_RESULT_SUCCESS = 1; field in SoftApManager786 return START_RESULT_SUCCESS; in setMacAddress()848 if (startResult != START_RESULT_SUCCESS) { in startSoftAp()859 if (startResult != START_RESULT_SUCCESS) { in startSoftAp()882 if (startResult != START_RESULT_SUCCESS) { in startSoftAp()891 return START_RESULT_SUCCESS; in startSoftAp()899 if (startResult == START_RESULT_SUCCESS) { in handleStartSoftApFailure()1362 if (startResult != START_RESULT_SUCCESS) { in processMessageImpl()1479 if (startResult != START_RESULT_SUCCESS) { in processMessageImpl()[all …]
2388 return SoftApManager.START_RESULT_SUCCESS;
9346 case SoftApManager.START_RESULT_SUCCESS:9461 if (startResult == SoftApManager.START_RESULT_SUCCESS) {
776 assertEquals(SoftApManager.START_RESULT_SUCCESS, in updateApChannelConfigWithoutHal()806 assertEquals(SoftApManager.START_RESULT_SUCCESS, in updateApChannelConfigWithChannelSpecified()854 assertEquals(SoftApManager.START_RESULT_SUCCESS, in updateApChannelConfigWithAcsDisabledOemConfigured()878 assertEquals(SoftApManager.START_RESULT_SUCCESS, in updateApChannelConfigWithAcsEnabled()
887 return SoftApManager.START_RESULT_SUCCESS; in updateApChannelConfig()925 return SoftApManager.START_RESULT_SUCCESS; in updateApChannelConfig()
970 assertEquals(SoftApManager.START_RESULT_SUCCESS, in testStartSoftApAndHostapdDied()999 assertEquals(SoftApManager.START_RESULT_SUCCESS, in testStartSoftApWithWifiCondCallbackAndHostapdDied()
334 .thenReturn(SoftApManager.START_RESULT_SUCCESS); in setUp()