Home | History | Annotate | Download | only in hfp

Lines Matching refs:operatorName

2797                 String operatorName = mPhoneProxy.getNetworkOperator();
2798 if (operatorName == null) {
2799 operatorName = "";
2801 copsResponseNative(operatorName, getByteAddress(device));
3419 private native boolean copsResponseNative(String operatorName, byte[] address);