Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/slices/
DSliceData.java74 private final boolean mIsPlatformDefined; field in SliceData
119 return mIsPlatformDefined; in isPlatformDefined()
137 mIsPlatformDefined = builder.mIsPlatformDefined; in SliceData()
176 private boolean mIsPlatformDefined; field in SliceData.Builder
231 mIsPlatformDefined = isPlatformDefined; in setPlatformDefined()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DSliceData.java74 private final boolean mIsPlatformDefined; field in SliceData
119 return mIsPlatformDefined; in isPlatformDefined()
137 mIsPlatformDefined = builder.mIsPlatformDefined; in SliceData()
176 private boolean mIsPlatformDefined; field in SliceData.Builder
231 mIsPlatformDefined = isPlatformDefined; in setPlatformDefined()