HomeSort by relevance Sort by last modified time
    Searched full:protected (Results 751 - 775 of 40743) sorted by null

<<31323334353637383940>>

  /frameworks/base/drm/java/android/drm/
DrmStore.java 29 * on right-protected content. The constants defined in this interface
59 * the rights-protected content.
68 * the rights-protected content.
100 * A rights-protected file object type.
161 * Defines actions that can be performed on rights-protected content.
169 * The rights-protected content can be played.
173 * The rights-protected content can be set as a ringtone.
177 * The rights-protected content can be transferred.
181 * The rights-protected content can be set as output.
185 * The rights-protected content can be previewed
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
BridgeActionBar.java 41 @NonNull protected final BridgeContext mBridgeContext;
42 @NonNull protected final SessionParams mParams;
44 @Nullable protected final ViewGroup mEnclosingLayout;
99 protected abstract ResourceValue getLayoutResource(BridgeContext context);
101 protected LayoutInflater getInflater(BridgeContext context) {
105 protected void setContentRoot(@NonNull FrameLayout contentRoot) {
117 protected View getDecorContent() {
122 protected void setupActionBar() {
129 protected abstract void setTitle(CharSequence title);
130 protected abstract void setSubtitle(CharSequence subtitle)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
AsynchronousFileChannelImpl.java 44 protected final ReadWriteLock closeLock = new ReentrantReadWriteLock();
45 protected volatile boolean closed;
48 protected final FileDescriptor fdObj;
51 protected final boolean reading;
52 protected final boolean writing;
55 protected final ExecutorService executor;
57 protected AsynchronousFileChannelImpl(FileDescriptor fdObj,
82 protected final void begin() throws IOException {
91 protected final void end() {
98 protected final void end(boolean completed) throws IOException
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 40 protected ContentResolver mContentResolver;
41 protected int mSort;
43 protected Uri mBaseUri;
44 protected Cursor mCursor;
45 protected String mBucketId;
46 protected boolean mCursorDeactivated = false;
80 // TODO: Change public to protected
150 protected abstract Cursor createCursor();
152 protected abstract BaseImage loadImageFromCursor(Cursor cursor);
154 protected abstract long getImageId(Cursor cursor)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/views/
AbstractSlideInView.java 44 protected static Property<AbstractSlideInView, Float> TRANSLATION_SHIFT =
57 protected static final float TRANSLATION_SHIFT_CLOSED = 1f;
58 protected static final float TRANSLATION_SHIFT_OPENED = 0f;
60 protected final Launcher mLauncher;
61 protected final SwipeDetector mSwipeDetector;
62 protected final ObjectAnimator mOpenCloseAnimator;
64 protected View mContent;
65 protected Interpolator mScrollInterpolator;
68 protected float mTranslationShift = TRANSLATION_SHIFT_CLOSED;
70 protected boolean mNoIntercept
    [all...]
ScrimView.java 97 protected final Launcher mLauncher;
100 protected final int mEndScrim;
102 protected float mMaxScrimAlpha;
104 protected float mProgress = 1;
105 protected int mScrimColor;
107 protected int mCurrentFlatColor;
108 protected int mEndFlatColor;
109 protected int mEndFlatColorAlpha;
111 protected final int mDragHandleSize;
117 protected Drawable mDragHandle
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrHalfSizedDialogFragment.java 94 protected abstract DvrGuidedStepFragment onCreateGuidedStepFragment();
100 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
108 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
116 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
125 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
134 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
142 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
150 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
161 protected DvrGuidedStepFragment onCreateGuidedStepFragment() {
169 protected DvrGuidedStepFragment onCreateGuidedStepFragment()
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 39 protected boolean mUseSourceUri = false;
44 protected void setUp() throws Exception {
54 protected void tearDown() throws Exception {
60 protected Class<? extends ContentProvider> getProviderClass() {
65 protected String getAuthority() {
69 protected void setUpForOwnPermission() {
77 protected void setUpForOwnPermissionViaCarrierPrivileges() {
85 protected void setUpForFullPermission() {
93 protected void setUpForNoPermission() {
101 protected int countFilesInTestDirectory()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java 72 protected static final String LOG_TAG = "GnssTest";
74 protected final Class mTestClass;
86 protected TextView mTextView;
94 protected BaseGnssTestActivity(Class<? extends AndroidTestCase> testClass) {
106 protected BaseGnssTestActivity(Class testClass, int layoutId) {
112 protected void onCreate(Bundle savedInstanceState) {
129 protected void onDestroy() {
135 protected void onPause() {
140 protected void onResume() {
155 protected void onActivityResult(int requestCode, int resultCode, Intent data)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie.java 142 // protected constructor -------------------------------------------
150 protected Trie(ByteBuffer bytes, DataManipulate dataManipulate)
179 protected Trie(char index[], int options, DataManipulate dataManipulate)
194 // protected data members ------------------------------------------
201 protected static final int LEAD_INDEX_OFFSET_ = 0x2800 >> 5;
205 protected static final int INDEX_STAGE_1_SHIFT_ = 5;
214 protected static final int INDEX_STAGE_2_SHIFT_ = 2;
218 protected static final int DATA_BLOCK_LENGTH=1<<INDEX_STAGE_1_SHIFT_;
223 protected static final int INDEX_STAGE_3_MASK_ = DATA_BLOCK_LENGTH - 1;
225 protected static final int SURROGATE_BLOCK_BITS=10-INDEX_STAGE_1_SHIFT_
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie.java 141 // protected constructor -------------------------------------------
149 protected Trie(ByteBuffer bytes, DataManipulate dataManipulate)
178 protected Trie(char index[], int options, DataManipulate dataManipulate)
193 // protected data members ------------------------------------------
200 protected static final int LEAD_INDEX_OFFSET_ = 0x2800 >> 5;
204 protected static final int INDEX_STAGE_1_SHIFT_ = 5;
213 protected static final int INDEX_STAGE_2_SHIFT_ = 2;
217 protected static final int DATA_BLOCK_LENGTH=1<<INDEX_STAGE_1_SHIFT_;
222 protected static final int INDEX_STAGE_3_MASK_ = DATA_BLOCK_LENGTH - 1;
224 protected static final int SURROGATE_BLOCK_BITS=10-INDEX_STAGE_1_SHIFT_
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinPool8Test.java 191 protected void realCompute() {
229 protected void realCompute() {
245 protected void realCompute() {
259 protected void realCompute() {
274 protected void realCompute() {
351 protected void realCompute() throws Exception {
366 protected void realCompute() throws Exception {
381 protected void realCompute() throws Exception {
397 protected void realCompute() {
412 protected void realCompute()
    [all...]
RecursiveActionTest.java 180 protected void realCompute() {
218 protected void realCompute() {
234 protected void realCompute() {
248 protected void realCompute() {
263 protected void realCompute() {
343 protected void realCompute() throws InterruptedException {
443 protected void realCompute() throws Exception {
458 protected void realCompute() throws Exception {
473 protected void realCompute() throws Exception {
489 protected void realCompute()
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 96 protected static final String ARG_KEY_ITERATIONS = "iterations";
97 protected static final String ARG_KEY_WAIT_INTERVAL_MS = "waitIntervalMs";
98 protected static final String ARG_KEY_RESULT_TO_FILE = "resultToFile";
101 protected static final String DEBUG_FILE_NAME_BASE =
103 protected static final int WAIT_FOR_RESULT_TIMEOUT_MS = 3000;
104 protected static final float FRAME_DURATION_ERROR_MARGIN = 0.005f; // 0.5 percent error margin.
105 protected static final int NUM_RESULTS_WAIT_TIMEOUT = 100;
106 protected static final int NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY = 8;
107 protected static final int MIN_FRAME_DURATION_ERROR_MARGIN = 100; // ns
109 protected Context mContext
    [all...]
  /bionic/tests/libs/
dl_preempt_library_2.cpp 25 // preempted because of protected visibility
26 extern "C" int __attribute__((weak,visibility("protected"))) lib_global_protected_serial() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
USBAudioPeripheralActivity.java 38 protected ProfileManager mProfileManager = new ProfileManager();
39 protected PeripheralProfile mSelectedProfile;
43 protected boolean mIsPeripheralAttached;
44 protected AudioDeviceInfo mOutputDevInfo;
45 protected AudioDeviceInfo mInputDevInfo;
48 protected int mSystemSampleRate = 48000;
63 protected void onCreate(Bundle savedInstanceState) {
73 protected void connectPeripheralStatusWidgets() {
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
BaseDeviceAdminTest.java 59 protected DevicePolicyManager mDevicePolicyManager;
60 protected UserManager mUserManager;
61 protected Context mContext;
66 protected void setUp() throws Exception {
82 protected int getTargetApiLevel() throws Exception {
91 protected String runShellCommand(String template, Object...args) {
102 protected void assertPasswordSufficiency(boolean expectPasswordSufficient) {
117 protected boolean isDeviceOwner() {
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AppIdleMeteredTest.java 22 protected boolean setUpActiveNetworkMeteringState() throws Exception {
27 protected void tearDownMeteredNetwork() throws Exception {
BatterySaverModeMeteredTest.java 22 protected boolean setUpActiveNetworkMeteringState() throws Exception {
27 protected void tearDownMeteredNetwork() throws Exception {
DozeModeMeteredTest.java 22 protected boolean setUpActiveNetworkMeteringState() throws Exception {
27 protected void tearDownMeteredNetwork() throws Exception {
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
KeyguardLockActivity.java 27 protected void onCreate(Bundle savedInstanceState) {
34 protected void onDestroy() {
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
DismissTimerTest.java 12 protected void setUp() throws Exception {
23 protected void tearDown() throws Exception {
  /cts/tests/tests/keystore/src/android/keystore/cts/
AESGCMCipherTestBase.java 31 protected abstract byte[] getKatAad();
32 protected abstract byte[] getKatCiphertextWhenKatAadPresent();
35 protected boolean isStreamCipher() {
40 protected boolean isAuthenticatedCipher() {
45 protected int getKatAuthenticationTagLengthBytes() {
50 protected int getBlockSize() {
55 protected AlgorithmParameterSpec getKatAlgorithmParameterSpec() {
60 protected byte[] getIv(AlgorithmParameters params) throws InvalidParameterSpecException {
  /cts/tests/tests/widget/src/android/widget/cts/
AttachDetachAwareView.java 31 protected void onAttachedToWindow() {
37 protected void onDetachedFromWindow() {
ExpandableList.java 23 protected ExpandableListAdapter createAdapter() {
28 protected boolean shouldRegisterItemClickListener() {

Completed in 1697 milliseconds

<<31323334353637383940>>