Searched defs:KEY_USER_TOS_ACCEPTED (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/ |
D | CarLauncherTest.java | 186 Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 2); in onCreate_tosStateContentObserver_tosAccepted() local 200 Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 1); in onCreate_registerTosStateContentObserver_tosNotAccepted() local 214 Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 0); in onCreate_registerTosStateContentObserver_tosNotInitialized() local 228 Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 1); in recreate_tosStateContentObserver_tosNotAccepted() local 246 Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 0); in recreate_tosStateContentObserver_tosNotInitialized() local
|
/packages/services/Car/car-lib/src/android/car/settings/ |
D | CarSettings.java | 343 public static final String KEY_USER_TOS_ACCEPTED = "android.car.KEY_USER_TOS_ACCEPTED"; field in CarSettings.Secure
|