OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveNotificationsFragment
(Results
1 - 8
of
8
) sorted by null
/developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java
28
private
ActiveNotificationsFragment
mFragment;
51
mFragment = (
ActiveNotificationsFragment
) getSupportFragmentManager()
MainActivity.java
53
ActiveNotificationsFragment
fragment = new
ActiveNotificationsFragment
();
ActiveNotificationsFragment.java
37
public class
ActiveNotificationsFragment
extends Fragment {
45
private static final String TAG = "
ActiveNotificationsFragment
";
/developers/samples/android/notification/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsActivity.java
28
private
ActiveNotificationsFragment
mFragment;
51
mFragment = (
ActiveNotificationsFragment
) getSupportFragmentManager()
ActiveNotificationsFragment.java
37
public class
ActiveNotificationsFragment
extends Fragment {
45
private static final String TAG = "
ActiveNotificationsFragment
";
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
ActiveNotificationsActivity.java
28
private
ActiveNotificationsFragment
mFragment;
51
mFragment = (
ActiveNotificationsFragment
) getSupportFragmentManager()
MainActivity.java
53
ActiveNotificationsFragment
fragment = new
ActiveNotificationsFragment
();
ActiveNotificationsFragment.java
37
public class
ActiveNotificationsFragment
extends Fragment {
45
private static final String TAG = "
ActiveNotificationsFragment
";
Completed in 134 milliseconds