OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LNotificationActivity
(Results
1 - 14
of
14
) sorted by null
/developers/build/prebuilts/gradle/LNotifications/Application/tests/src/com/example/android/lnotifications/
LNotificationActivityTest.java
7
* Unit tests for {@link
LNotificationActivity
}.
10
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
12
private
LNotificationActivity
mActivity;
15
super(
LNotificationActivity
.class);
25
assertNotNull(String.format("%s is null",
LNotificationActivity
.class.getSimpleName()),
HeadsUpNotificationFragmentTest.java
10
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
12
private
LNotificationActivity
mActivity;
16
super(
LNotificationActivity
.class);
VisibilityMetadataFragmentTest.java
10
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
12
private
LNotificationActivity
mActivity;
16
super(
LNotificationActivity
.class);
OtherMetadataFragmentTest.java
18
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
20
private
LNotificationActivity
mActivity;
24
super(
LNotificationActivity
.class);
/developers/samples/android/notification/LNotifications/Application/tests/src/com/example/android/lnotifications/
LNotificationActivityTest.java
7
* Unit tests for {@link
LNotificationActivity
}.
10
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
12
private
LNotificationActivity
mActivity;
15
super(
LNotificationActivity
.class);
25
assertNotNull(String.format("%s is null",
LNotificationActivity
.class.getSimpleName()),
HeadsUpNotificationFragmentTest.java
10
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
12
private
LNotificationActivity
mActivity;
16
super(
LNotificationActivity
.class);
VisibilityMetadataFragmentTest.java
10
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
12
private
LNotificationActivity
mActivity;
16
super(
LNotificationActivity
.class);
OtherMetadataFragmentTest.java
18
ActivityInstrumentationTestCase2<
LNotificationActivity
> {
20
private
LNotificationActivity
mActivity;
24
super(
LNotificationActivity
.class);
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java
28
public class
LNotificationActivity
extends Activity {
HeadsUpNotificationFragment.java
124
push.setClass(getActivity(),
LNotificationActivity
.class);
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java
28
public class
LNotificationActivity
extends Activity {
HeadsUpNotificationFragment.java
124
push.setClass(getActivity(),
LNotificationActivity
.class);
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
LNotificationActivity.java
28
public class
LNotificationActivity
extends Activity {
HeadsUpNotificationFragment.java
124
push.setClass(getActivity(),
LNotificationActivity
.class);
Completed in 308 milliseconds