Home | History | Annotate | Download | only in packageinstaller

Lines Matching refs:MESSAGE_KEY

677         private static final String MESSAGE_KEY =
678 SimpleErrorDialog.class.getName() + "MESSAGE_KEY";
684 args.putInt(MESSAGE_KEY, message);
693 .setMessage(getArguments().getInt(MESSAGE_KEY))