Searched defs:ACTION_CREATE (Results 1 - 3 of 3) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java53 public static final String ACTION_CREATE = "create"; field in class:NotificationService
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DState.java44 ACTION_CREATE,
55 public static final int ACTION_CREATE = 4; field in class:State
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMetrics.java376 private static final int ACTION_CREATE = 3; field in class:Metrics
386 ACTION_CREATE,
427 case State.ACTION_CREATE:
454 case State.ACTION_CREATE:
1018 case State.ACTION_CREATE:
1019 return ACTION_CREATE;

Completed in 400 milliseconds