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 | 227         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 2);  in onCreate_whenTosAccepted_tosContentObserverIsNull()  local243         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 1);  in onCreate_whenTosNotAccepted_tosContentObserverIsNotNull()  local
 259         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 0);  in onCreate_whenTosNotInitialized_tosContentObserverIsNotNull()  local
 275         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 0);  in recreate_afterTosIsAccepted_tosStateContentObserverIsNull()  local
 297         Settings.Secure.putString(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, null);  in onCreate_whenTosIsNull_tosStateContentObserverIsNotNull()  local
 307         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 0);  in recreate_afterTosIsInitialized_tosStateContentObserverIsNotNull()  local
 330         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 0);  in recreate_afterTosIsInitialized_releaseTaskView()  local
 358         Settings.Secure.putInt(mContext.getContentResolver(), KEY_USER_TOS_ACCEPTED, 1);  in recreate_afterTosIsAccepted_releaseTaskView()  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
 |