Home
last modified time | relevance | path

Searched refs:OS_ID (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java150 private static final UUID OS_ID = UUID.fromString("97a498e3-fc92-5c94-8986-0333d06e4e47"); field in DataConnection
830 bb.putLong(OS_ID.getMostSignificantBits()); in getEnterpriseOsAppId()
831 bb.putLong(OS_ID.getLeastSignificantBits()); in getEnterpriseOsAppId()