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

  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java 26 static final String PREFS_BUGREPORT = "bugreports";
38 PREFS_BUGREPORT, Context.MODE_PRIVATE);
44 PREFS_BUGREPORT, Context.MODE_PRIVATE);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 22 import static com.android.shell.BugreportPrefs.PREFS_BUGREPORT;
560 mContext.getSharedPreferences(PREFS_BUGREPORT, Context.MODE_PRIVATE)
    [all...]

Completed in 187 milliseconds