Home | History | Annotate | Download | only in settings

Lines Matching defs:args

903                 Bundle args = new Bundle();
904 args.putInt(ARG_TITLE_RES, titleRes);
905 args.putInt(ARG_MESSAGE_RES, messageRes);
906 args.putString(ARG_UNLOCK_METHOD_TO_SET, unlockMethodToSet);
907 frag.setArguments(args);
921 final Bundle args = getArguments();
924 .setTitle(args.getInt(ARG_TITLE_RES))
925 .setMessage(args.getInt(ARG_MESSAGE_RES))
932 args.getString(ARG_UNLOCK_METHOD_TO_SET));