Searched refs:NAN_STATUS_SUCCESS (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanNative.java333 public static final int NAN_STATUS_SUCCESS = 0; field in class:WifiNanNative
469 if (status == NAN_STATUS_SUCCESS) {
477 if (status != NAN_STATUS_SUCCESS) {
483 if (status == NAN_STATUS_SUCCESS) {
491 if (status != NAN_STATUS_SUCCESS) {
514 if (status == NAN_STATUS_SUCCESS) {
522 if (status == NAN_STATUS_SUCCESS) {
543 if (status == NAN_STATUS_SUCCESS) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanHalTest.java268 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);
322 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);
354 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);
389 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);
405 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);
440 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);
455 args.putInt("status", WifiNanNative.NAN_STATUS_SUCCESS);

Completed in 49 milliseconds