Searched refs:ACTION_RESTRICTIONS_VALUE (Results 1 – 3 of 3) sorted by relevance
32 private static final String ACTION_RESTRICTIONS_VALUE = field in ApplicationRestrictionsActivity53 sendBroadcast(new Intent(ACTION_RESTRICTIONS_VALUE) in handleIntent()
47 private static final String ACTION_RESTRICTIONS_VALUE = field in AppRestrictionsDelegateTest59 if (ACTION_RESTRICTIONS_VALUE.equals(action)) {78 mContext.registerReceiver(mReceiver, new IntentFilter(ACTION_RESTRICTIONS_VALUE)); in setUp()
47 private static final String ACTION_RESTRICTIONS_VALUE = field in ApplicationRestrictionsTest68 if (ACTION_RESTRICTIONS_VALUE.equals(action)) {89 filter.addAction(ACTION_RESTRICTIONS_VALUE); in setUp()