Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
H A DDataServiceUtils.java259 public static final String COLUMN_IS_EMBEDDED = "isEmbedded"; field in DataServiceUtils.SubscriptionInfoData
H A DSubscriptionInfoEntity.java100 @ColumnInfo(name = DataServiceUtils.SubscriptionInfoData.COLUMN_IS_EMBEDDED)
/aosp14/frameworks/base/core/java/android/provider/
H A DTelephony.java4575 public static final String COLUMN_IS_EMBEDDED = "is_embedded"; field in Telephony.SimInfo
4927 COLUMN_IS_EMBEDDED,
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java787 public static final String IS_EMBEDDED = SimInfo.COLUMN_IS_EMBEDDED;