OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protected
(Results
551 - 575
of
40743
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/cts/tests/acceleration/src/android/acceleration/cts/
BaseAccelerationTest.java
31
protected
B mActivity;
34
protected
AcceleratedView mHardwareView;
37
protected
AcceleratedView mSoftwareView;
40
protected
AcceleratedView mManualHardwareView;
43
protected
AcceleratedView mManualSoftwareView;
50
protected
void setUp() throws Exception {
65
protected
static int getGlEsVersion(Context context) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java
13
protected
List children;
14
protected
int depth;
15
protected
Set expectedPolicies;
16
protected
PolicyNode parent;
17
protected
Set policyQualifiers;
18
protected
String validPolicy;
19
protected
boolean critical;
/external/conscrypt/common/src/main/java/org/conscrypt/
IvParameters.java
36
protected
void engineInit(AlgorithmParameterSpec algorithmParameterSpec)
45
protected
void engineInit(byte[] bytes) throws IOException {
60
protected
void engineInit(byte[] bytes, String format) throws IOException {
72
protected
<T extends AlgorithmParameterSpec> T engineGetParameterSpec(Class<T> aClass)
82
protected
byte[] engineGetEncoded() throws IOException {
97
protected
byte[] engineGetEncoded(String format) throws IOException {
108
protected
String engineToString() {
/external/guice/core/src/com/google/inject/
PrivateModule.java
51
*
protected
void configure() {
110
protected
abstract void configure();
113
protected
final <T> void expose(Key<T> key) {
122
protected
final AnnotatedElementBuilder expose(Class<?> type) {
131
protected
final AnnotatedElementBuilder expose(TypeLiteral<?> type) {
140
protected
final PrivateBinder binder() {
148
protected
final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) {
155
protected
final <T> LinkedBindingBuilder<T> bind(Key<T> key) {
162
protected
final <T> AnnotatedBindingBuilder<T> bind(TypeLiteral<T> typeLiteral) {
169
protected
final <T> AnnotatedBindingBuilder<T> bind(Class<T> clazz)
[
all
...]
/external/javassist/src/main/javassist/convert/
TransformBefore.java
24
protected
CtClass[] parameterTypes;
25
protected
int locals;
26
protected
int maxLocals;
27
protected
byte[] saveCode, loadCode;
51
protected
int match(int c, int pos, CodeIterator iterator,
69
protected
int match2(int pos, CodeIterator iterator) throws BadBytecode {
82
protected
void makeCode(CtClass[] paramTypes, ConstPool cp) {
/external/libedit/src/
refresh.h
51
protected
void re_putc(EditLine *, Int, int);
52
protected
void re_clear_lines(EditLine *);
53
protected
void re_clear_display(EditLine *);
54
protected
void re_refresh(EditLine *);
55
protected
void re_refresh_cursor(EditLine *);
56
protected
void re_fastaddc(EditLine *);
57
protected
void re_goto_bottom(EditLine *);
/frameworks/base/core/java/android/app/
ActivityGroup.java
40
protected
LocalActivityManager mLocalActivityManager;
51
protected
void onCreate(Bundle savedInstanceState) {
59
protected
void onResume() {
65
protected
void onSaveInstanceState(Bundle outState) {
74
protected
void onPause() {
80
protected
void onStop() {
86
protected
void onDestroy() {
/frameworks/base/graphics/java/android/graphics/drawable/
RippleComponent.java
33
protected
final RippleDrawable mOwner;
36
protected
final Rect mBounds;
42
protected
float mTargetRadius;
45
protected
float mDensityScale;
90
protected
final void invalidateSelf() {
94
protected
final void onHotspotBoundsChanged() {
106
protected
void onTargetRadiusChanged(float targetRadius) {
/frameworks/base/media/mca/effect/java/android/media/effect/
FilterEffect.java
34
protected
EffectContext mEffectContext;
38
*
Protected
constructor as FilterEffects should be created by Factory.
40
protected
FilterEffect(EffectContext context, String name) {
63
protected
void beginGLEffect() {
71
protected
void endGLEffect() {
78
protected
FilterContext getFilterContext() {
85
protected
Frame frameFromTexture(int texId, int width, int height) {
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
ServiceRecommendationPlugin.java
33
protected
static final String PDL_ATTRIBUTE = "pdl";
35
protected
final Object mLock = new Object();
36
protected
PrinterDiscoveryCallback mCallback = null;
37
protected
final ServiceListener mListener;
38
protected
final NsdManager mNSDManager;
39
protected
final VendorInfo mVendorInfo;
42
protected
ServiceRecommendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) {
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java
38
protected
void onCreate(@Nullable Bundle savedInstanceState) {
54
protected
void onStart() {
60
protected
void onResume() {
66
protected
void onPause() {
72
protected
void onStop() {
78
protected
void onDestroy() {
112
protected
void onActivityResult(int requestCode, int resultCode, Intent data) {
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
UnitTest.java
28
protected
Context mCtx;
37
protected
UnitTest(RSTestCore rstc, String n, int initResult, Context ctx) {
47
protected
UnitTest(RSTestCore rstc, String n, Context ctx) {
51
protected
UnitTest(RSTestCore rstc, Context ctx) {
55
protected
UnitTest(Context ctx) {
59
protected
void _RS_ASSERT(String message, boolean b) {
81
protected
RSMessageHandler mRsMessage = new RSMessageHandler() {
/frameworks/support/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
CollectingSupportActivity.java
45
protected
void onCreate(Bundle savedInstanceState) {
65
protected
void onStart() {
71
protected
void onResume() {
77
protected
void onDestroy() {
83
protected
void onStop() {
89
protected
void onPause() {
102
protected
void onSaveInstanceState(Bundle outState) {
/libcore/luni/src/test/java/libcore/java/lang/
OldAndroidInstanceofTest.java
23
protected
A mA;
24
protected
ChildOfAOne mOne;
25
protected
ChildOfAOne mTwo;
26
protected
ChildOfAOne mThree;
27
protected
ChildOfAOne mFour;
28
protected
ChildOfAFive mFive;
31
protected
void setUp() throws Exception {
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastActivityTestCase.java
30
protected
TestContext mContext;
39
protected
void setUp() throws Exception {
46
protected
void tearDown() throws Exception {
50
protected
T startActivity() throws Throwable {
60
protected
void stopActivity() throws Exception {
71
protected
Intent createActivityIntent() {
76
protected
<S> void injectSystemService(Class<S> cls, S service) {
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
MotionInputHandler.java
30
protected
final SelectionHelper mSelectionHelper;
31
protected
final ItemDetailsLookup mDetailsLookup;
49
protected
final boolean selectItem(ItemDetails details) {
68
protected
final boolean focusItem(ItemDetails details) {
77
protected
final void extendSelectionRange(ItemDetails details) {
85
protected
final boolean isRangeExtension(MotionEvent e) {
89
protected
boolean shouldClearSelection(MotionEvent e, ItemDetails item) {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
LandscapeEdgeSwipeController.java
31
protected
boolean canInterceptTouch(MotionEvent ev) {
43
protected
LauncherState getTargetState(LauncherState fromState, boolean isDragTowardPositive) {
49
protected
int getLogContainerTypeForNormalState() {
54
protected
float getShiftRange() {
59
protected
float initCurrentAnimation(@AnimationComponents int animComponent) {
68
protected
int getDirectionForLog() {
73
protected
void onSwipeInteractionCompleted(LauncherState targetState, int logAction) {
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
AbstractProvisioningTask.java
31
protected
final Context mContext;
32
protected
final ProvisioningParams mProvisioningParams;
54
protected
final void success() {
58
protected
final void error(int resultCode) {
62
protected
void startTaskTimer() {
66
protected
void stopTaskTimer() {
70
protected
int getMetricsCategory() {
/packages/apps/Settings/src/com/android/settings/notification/
ZenModeSettingsBase.java
32
protected
static final String TAG = "ZenModeSettings";
33
protected
static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
38
protected
Context mContext;
39
protected
int mZenMode;
41
protected
ZenModeBackend mBackend;
43
protected
void onZenModeConfigChanged() {};
50
protected
String getLogTag() {
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DeveloperOptionFragment.java
43
protected
String getTitle() {
53
protected
List<Item> getItemList() {
59
protected
void onSelected() {
68
protected
void onSelected() {
79
protected
void onUpdate() {
85
protected
void onSelected() {
94
protected
void onSelected() {
Item.java
57
protected
abstract int getResourceId();
59
protected
void onBind(View view) {
63
protected
void onUnbind() {
72
protected
void onUpdate() {
77
protected
abstract void onSelected();
79
protected
void onFocused() {}
82
protected
boolean isBound() {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
AttentionManagementVerifierActivity.java
84
protected
int getTitleResource() {
89
protected
int getInstructionsResource() {
96
protected
List<InteractiveTestCase> createTestItems() {
165
protected
View inflate(ViewGroup parent) {
170
protected
void test() {
185
protected
class InsertContactsTest extends InteractiveTestCase {
187
protected
View inflate(ViewGroup parent) {
192
protected
void setUp() {
200
protected
void test() {
222
protected
class DeleteContactsTest extends InteractiveTestCase
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java
47
protected
Intent mStartIntent;
48
protected
TextureView mTextureView;
49
protected
volatile Surface mSurface;
50
protected
int mWidth;
51
protected
int mHeight;
52
protected
ProjectionPresentationType mType;
54
protected
IProjectionService mService;
55
protected
final ServiceConnection mConnection = new ServiceConnection() {
85
protected
void onCreate(Bundle savedInstanceState) {
92
protected
View setContentViewAndInfoResources(int layoutId, int titleId, int infoId)
[
all
...]
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTestApi25.java
37
protected
static final String DEVICE_ADMIN_PKG = "com.android.cts.deviceandprofileowner";
38
protected
static final String DEVICE_ADMIN_APK = "CtsDeviceAndProfileOwnerApp25.apk";
43
protected
static final String ADMIN_RECEIVER_TEST_CLASS
46
protected
static final String RESET_PASSWORD_TEST_CLASS = ".ResetPasswordTest";
47
protected
static final String FBE_HELPER_CLASS = ".FbeHelper";
49
protected
int mUserId;
52
protected
void tearDown() throws Exception {
89
protected
void executeDeviceTestClass(String className) throws Exception {
93
protected
void executeDeviceTestMethod(String className, String testName) throws Exception {
100
protected
void startSimpleActivityAsUser(int userId) throws Exception
[
all
...]
/cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/
ShortcutManagerDeviceTestBase.java
45
protected
Context getContext() {
50
protected
void setUp() throws Exception {
60
protected
void tearDown() throws Exception {
68
protected
ShortcutManager getManager() {
72
protected
LauncherApps getLauncherApps() {
76
protected
UserHandle getUserHandle() {
80
protected
void setAsDefaultLauncher(Class<?> clazz) {
85
protected
Drawable getIconAsLauncher(String packageName, String shortcutId) {
100
protected
void assertIconDimensions(String packageName,
115
protected
List<ShortcutInfo> getPackageShortcuts(String packageName)
[
all
...]
Completed in 910 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>