Searched refs:ACTION_SET_ORGANIZATION_INFO (Results 1 – 3 of 3) sorted by relevance
58 Intent intent = new Intent(ByodHelperActivity.ACTION_SET_ORGANIZATION_INFO); in onClick()
111 filter.addAction(ByodHelperActivity.ACTION_SET_ORGANIZATION_INFO); in setupProfile()
144 public static final String ACTION_SET_ORGANIZATION_INFO = field in ByodHelperActivity345 } else if (ACTION_SET_ORGANIZATION_INFO.equals(action)) { in onCreate()