Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 – 25 of 259) sorted by relevance

1234567891011

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DGlobalActionsPanelPlugin.java43 action = GlobalActionsPanelPlugin.ACTION, version = GlobalActionsPanelPlugin.VERSION)
48 int VERSION = 0; field
63 @ProvidesInterface(version = Callbacks.VERSION)
65 int VERSION = 0; field
83 @ProvidesInterface(version = PanelViewController.VERSION)
85 int VERSION = 0; field
DVolumeDialog.java25 @ProvidesInterface(action = VolumeDialog.ACTION, version = VolumeDialog.VERSION)
29 int VERSION = 1; field
34 @ProvidesInterface(version = VERSION)
36 int VERSION = 1; field
DGlobalActions.java21 @ProvidesInterface(action = GlobalActions.ACTION, version = GlobalActions.VERSION)
26 int VERSION = 1; field
35 @ProvidesInterface(version = GlobalActionsManager.VERSION)
37 int VERSION = 1; field
DNotificationListenerController.java25 version = NotificationListenerController.VERSION)
29 int VERSION = 1; field
49 @ProvidesInterface(version = NotificationProvider.VERSION)
51 int VERSION = 1; field
DVolumeDialogController.java36 @ProvidesInterface(version = VolumeDialogController.VERSION)
41 int VERSION = 1; field
67 @ProvidesInterface(version = StreamState.VERSION)
69 public static final int VERSION = 1; field in VolumeDialogController.StreamState
96 @ProvidesInterface(version = State.VERSION)
98 public static final int VERSION = 1; field in VolumeDialogController.State
181 @ProvidesInterface(version = Callbacks.VERSION)
183 int VERSION = 1; field
DDarkIconDispatcher.java32 @ProvidesInterface(version = DarkIconDispatcher.VERSION)
35 int VERSION = 1; field
123 @ProvidesInterface(version = DarkReceiver.VERSION)
125 int VERSION = 1; field
DDozeServicePlugin.java5 @ProvidesInterface(action = DozeServicePlugin.ACTION, version = DozeServicePlugin.VERSION)
8 int VERSION = 1; field
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSystemBarHelperTest.java25 import android.os.Build.VERSION;
69 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in testAddVisibilityFlagView()
80 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in testRemoveVisibilityFlagView()
91 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in testAddVisibilityFlagWindow()
103 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in testRemoveVisibilityFlagWindow()
115 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsWindow()
136 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testShowSystemBarsWindow()
168 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsNoInfiniteLoop()
177 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsDialog()
184 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in testHideSystemBarsDialog()
[all …]
DDrawableLayoutDirectionHelperTest.java56 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { in testCreateRelativeInsetDrawableLtr()
79 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { in testCreateRelativeInsetDrawableRtl()
97 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { in testCreateRelativeInsetDrawableViewRtl()
105 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in testCreateRelativeInsetDrawableViewRtl()
116 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in testCreateRelativeInsetDrawableContextRtl()
124 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { in testCreateRelativeInsetDrawableContextRtl()
132 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) { in testCreateRelativeInsetDrawableContextRtl()
DGlifLayoutTest.java27 import android.os.Build.VERSION;
88 if (VERSION.SDK_INT >= VERSION_CODES.M) { in testGlifTheme()
100 if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) { in testGlifV2Theme()
108 if (VERSION.SDK_INT >= VERSION_CODES.N) { in testGlifV2Theme()
125 if (VERSION.SDK_INT >= VERSION_CODES.M) { in testGlifV2Theme()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSTile.java31 @ProvidesInterface(version = QSTile.VERSION)
38 int VERSION = 1; field
75 @ProvidesInterface(version = Callback.VERSION)
77 public static final int VERSION = 1; field
85 @ProvidesInterface(version = Icon.VERSION)
87 public static final int VERSION = 1; field in QSTile.Icon
104 @ProvidesInterface(version = State.VERSION)
106 public static final int VERSION = 1; field in QSTile.State
187 @ProvidesInterface(version = BooleanState.VERSION)
189 public static final int VERSION = 1; field in QSTile.BooleanState
[all …]
DQS.java31 @ProvidesInterface(action = QS.ACTION, version = QS.VERSION)
37 int VERSION = 6; field
81 @ProvidesInterface(version = HeightListener.VERSION)
83 int VERSION = 1; field
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DStatusBarStateController.java27 @ProvidesInterface(version = StatusBarStateController.VERSION)
30 int VERSION = 1; field
60 @ProvidesInterface(version = StateListener.VERSION)
62 int VERSION = 1; field
DNotificationMenuRowPlugin.java35 version = NotificationMenuRowPlugin.VERSION)
43 public static final int VERSION = 5; field
45 @ProvidesInterface(version = OnMenuEventListener.VERSION)
47 public static final int VERSION = 1; field
56 @ProvidesInterface(version = MenuItem.VERSION)
58 public static final int VERSION = 1; field
DNotificationSwipeActionHelper.java27 @ProvidesInterface(version = NotificationSwipeActionHelper.VERSION)
32 public static final int VERSION = 1; field
59 @ProvidesInterface(version = SnoozeOption.VERSION)
61 public static final int VERSION = 2; field
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java24 import android.os.Build.VERSION;
75 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars()
98 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in hideSystemBars()
124 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in showSystemBars()
144 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in addVisibilityFlag()
152 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in addVisibilityFlag()
164 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in removeVisibilityFlag()
175 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in removeVisibilityFlag()
194 if (VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB) { in setBackButtonVisible()
219 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in setImeInsetView()
/frameworks/opt/vcard/tests/res/raw/
Dv21_nest.vcf2 VERSION:2.1
5 VERSION:2.1
9 VERSION:2.1
Dv21_nest_with_mime.vcf5 VERSION:2.1
8 VERSION:2.1
12 VERSION:2.1
Dv21_multiple_entry.vcf2 VERSION:2.1
13 VERSION:2.1
24 VERSION:2.1
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DVersionInfoTest.java88 @Requires(target = OverlayPlugin.class, version = OverlayPlugin.VERSION)
96 @Requires(target = QS.class, version = QS.VERSION)
100 @Requires(target = QS.class, version = QS.VERSION)
101 @Requires(target = HeightListener.class, version = HeightListener.VERSION)
102 @Requires(target = DetailAdapter.class, version = DetailAdapter.VERSION)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dpost_process_dist.sh32 VERSION=${BASENAME:9}
49 mv $BASENAME.tar.gz ../protobuf-$LANG-$VERSION.tar.gz
60 mv $BASENAME.zip ../protobuf-$LANG-$VERSION.zip
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java26 import android.os.Build.VERSION;
142 if (VERSION.SDK_INT >= VERSION_CODES.LOLLIPOP) { in onMeasure()
191 if (VERSION.SDK_INT > VERSION_CODES.JELLY_BEAN_MR1 in onDraw()
202 if (VERSION.SDK_INT > VERSION_CODES.JELLY_BEAN_MR1 in onDraw()
217 if (VERSION.SDK_INT >= VERSION_CODES.KITKAT) { in shouldMirrorDrawable()
219 } else if (VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1) { in shouldMirrorDrawable()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DUtil.java13 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) { in isTouchExplorationEnabled()
32 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) { in announceForAccessibility()
61 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) { in announceForAccessibility()
DTrace.java34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) { in beginSection()
46 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) { in endSection()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DTrace.java34 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) { in beginSection()
46 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR2) { in endSection()

1234567891011