Searched refs:osAppId (Results 1 – 8 of 8) sorted by relevance
37 OsAppId osAppId = new OsAppId(OsAppId.ANDROID_OS_ID, "ENTERPRISE", i); in testEnterpriseOsAppId() local38 byte[] rawBytes = osAppId.getBytes(); in testEnterpriseOsAppId()40 + ", osAppId=" + osAppId); in testEnterpriseOsAppId()41 assertThat(new OsAppId(rawBytes)).isEqualTo(osAppId); in testEnterpriseOsAppId()42 assertThat(osAppId.getOsId()).isEqualTo(OsAppId.ANDROID_OS_ID); in testEnterpriseOsAppId()43 assertThat(osAppId.getAppId()).isEqualTo("ENTERPRISE"); in testEnterpriseOsAppId()44 assertThat(osAppId.getDifferentiator()).isEqualTo(i); in testEnterpriseOsAppId()50 OsAppId osAppId = new OsAppId(OsAppId.ANDROID_OS_ID, "PRIORITIZE_LATENCY", 1); in testUrllcOsAppId() local51 byte[] rawBytes = osAppId.getBytes(); in testUrllcOsAppId()53 + ", osAppId=" + osAppId); in testUrllcOsAppId()[all …]
980 OsAppId osAppId = new OsAppId(dataProfile.getTrafficDescriptor().getOsAppId()); in testGetDataProfileForEnterpriseNetworkRequest() local982 assertThat(osAppId.getOsId()).isEqualTo(OsAppId.ANDROID_OS_ID); in testGetDataProfileForEnterpriseNetworkRequest()983 assertThat(osAppId.getAppId()).isEqualTo("ENTERPRISE"); in testGetDataProfileForEnterpriseNetworkRequest()984 assertThat(osAppId.getDifferentiator()).isEqualTo(1); in testGetDataProfileForEnterpriseNetworkRequest()993 osAppId = new OsAppId(dataProfile.getTrafficDescriptor().getOsAppId()); in testGetDataProfileForEnterpriseNetworkRequest()995 assertThat(osAppId.getOsId()).isEqualTo(OsAppId.ANDROID_OS_ID); in testGetDataProfileForEnterpriseNetworkRequest()996 assertThat(osAppId.getAppId()).isEqualTo("ENTERPRISE"); in testGetDataProfileForEnterpriseNetworkRequest()997 assertThat(osAppId.getDifferentiator()).isEqualTo(2); in testGetDataProfileForEnterpriseNetworkRequest()1009 OsAppId osAppId = new OsAppId(dataProfile.getTrafficDescriptor().getOsAppId()); in testGetDataProfileForUrllcNetworkRequest() local1011 assertThat(osAppId.getOsId()).isEqualTo(OsAppId.ANDROID_OS_ID); in testGetDataProfileForUrllcNetworkRequest()[all …]
168 byte[] osAppId = (mAppId + (mDifferentiator > 1 ? mDifferentiator : "")).getBytes(); in getBytes()170 ByteBuffer bb = ByteBuffer.allocate(16 + 1 + osAppId.length); in getBytes()173 bb.put((byte) osAppId.length); in getBytes()174 bb.put(osAppId); in getBytes()189 OsAppId osAppId = (OsAppId) o; in equals()190 return mDifferentiator == osAppId.mDifferentiator && mOsId.equals(osAppId.mOsId) in equals()191 && mAppId.equals(osAppId.mAppId); in equals()206 OsAppId osAppId = null; in TrafficDescriptor() local208 osAppId = new OsAppId(osAppIdBytes); in TrafficDescriptor()210 mOsAppId = osAppId; in TrafficDescriptor()[all …]
1126 android.hardware.radio.V1_6.OsAppId osAppId = new android.hardware.radio.V1_6.OsAppId(); in convertToHalTrafficDescriptor() local1127 osAppId.osAppId = primitiveArrayToArrayList(trafficDescriptor.getOsAppId()); in convertToHalTrafficDescriptor()1128 optionalOsAppId.value(osAppId); in convertToHalTrafficDescriptor()1130 td.osAppId = optionalOsAppId; in convertToHalTrafficDescriptor()1151 td.osAppId = null; in convertToHalTrafficDescriptorAidl()1153 android.hardware.radio.data.OsAppId osAppId = new android.hardware.radio.data.OsAppId(); in convertToHalTrafficDescriptorAidl() local1154 osAppId.osAppId = trafficDescriptor.getOsAppId(); in convertToHalTrafficDescriptorAidl()1155 td.osAppId = osAppId; in convertToHalTrafficDescriptorAidl()3531 byte[] osAppId = td.osAppId.getDiscriminator() in convertHalTrafficDescriptor()3533 ? null : arrayListToPrimitiveArray(td.osAppId.value().osAppId); in convertHalTrafficDescriptor()[all …]
700 TrafficDescriptor.OsAppId osAppId = networkRequest.getOsAppId(); in getDataProfileForNetworkRequest() local701 if (osAppId != null) { in getDataProfileForNetworkRequest()702 trafficDescriptorBuilder.setOsAppId(osAppId.getBytes()); in getDataProfileForNetworkRequest()
2375 OsAppId osAppId = new OsAppId(trafficDescriptor.getOsAppId());2376 if (!osAppId.getOsId().equals(OsAppId.ANDROID_OS_ID)) {2377 loge("Received non-Android OS id " + osAppId.getOsId());2381 osAppId.getAppId());2387 builder.addEnterpriseId(osAppId.getDifferentiator());2395 loge("Invalid app id " + osAppId.getAppId());
2471 android.hardware.radio.V1_6.OsAppId osAppId = new android.hardware.radio.V1_6.OsAppId(); in testConvertDataCallResult() local2477 osAppId.osAppId = RILUtils.primitiveArrayToArrayList(osAppIdArray); in testConvertDataCallResult()2478 halOsAppId.value(osAppId); in testConvertDataCallResult()2481 halTrafficDescriptor.osAppId = halOsAppId; in testConvertDataCallResult()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...