OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_MESSAGE
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageLogger.java
33
private static final String
PREF_MESSAGE
= "MESSAGE_LOGGER";
48
return context.getSharedPreferences(
PREF_MESSAGE
, Context.MODE_PRIVATE);
/developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessageLogger.java
33
private static final String
PREF_MESSAGE
= "MESSAGE_LOGGER";
48
return context.getSharedPreferences(
PREF_MESSAGE
, Context.MODE_PRIVATE);
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessageLogger.java
33
private static final String
PREF_MESSAGE
= "MESSAGE_LOGGER";
48
return context.getSharedPreferences(
PREF_MESSAGE
, Context.MODE_PRIVATE);
Completed in 86 milliseconds