HomeSort by relevance Sort by last modified time
    Searched refs:RESTRICTION_KEY_SAY_HELLO (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 62 private static final String RESTRICTION_KEY_SAY_HELLO = "can_say_hello";
190 if (RESTRICTION_KEY_SAY_HELLO.equals(restriction.getKey())) {
205 return prefs.getBoolean(RESTRICTION_KEY_SAY_HELLO, mDefaultValueRestrictionSayHello);
218 restrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, allow);
225 .putBoolean(RESTRICTION_KEY_SAY_HELLO, allow)
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 62 private static final String RESTRICTION_KEY_SAY_HELLO = "can_say_hello";
190 if (RESTRICTION_KEY_SAY_HELLO.equals(restriction.getKey())) {
205 return prefs.getBoolean(RESTRICTION_KEY_SAY_HELLO, mDefaultValueRestrictionSayHello);
218 restrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, allow);
225 .putBoolean(RESTRICTION_KEY_SAY_HELLO, allow)
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 62 private static final String RESTRICTION_KEY_SAY_HELLO = "can_say_hello";
190 if (RESTRICTION_KEY_SAY_HELLO.equals(restriction.getKey())) {
205 return prefs.getBoolean(RESTRICTION_KEY_SAY_HELLO, mDefaultValueRestrictionSayHello);
218 restrictions.putBoolean(RESTRICTION_KEY_SAY_HELLO, allow);
225 .putBoolean(RESTRICTION_KEY_SAY_HELLO, allow)

Completed in 1577 milliseconds