HomeSort by relevance Sort by last modified time
    Searched full:protected (Results 1 - 25 of 7992) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
AccessoryController.java 8 protected DemoKitActivity mHostActivity;
14 protected View findViewById(int id) {
18 protected Resources getResources() {
26 abstract protected void onAccesssoryAttached();
DemoKitTablet.java 6 protected void hideControls() {
11 protected void showControls() {
BaseActivity.java 43 protected void enableControls(boolean enable) {
51 protected void hideControls() {
56 protected void showControls() {
63 protected void handleJoyMessage(JoyMsg j) {
69 protected void handleLightMessage(LightMsg l) {
75 protected void handleTemperatureMessage(TemperatureMsg t) {
81 protected void handleSwitchMessage(SwitchMsg o) {
  /libcore/support/src/test/java/tests/support/
Support_Field.java 22 protected Object objectField;
24 protected boolean booleanField;
26 protected byte byteField;
28 protected char charField;
30 protected short shortField;
32 protected int intField;
34 protected long longField;
36 protected float floatField;
38 protected double doubleField;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallTracker.java 38 protected int pendingOperations;
39 protected boolean needsPoll;
40 protected Message lastRelevantPoll;
47 protected static final int EVENT_POLL_CALLS_RESULT = 1;
48 protected static final int EVENT_CALL_STATE_CHANGE = 2;
49 protected static final int EVENT_REPOLL_AFTER_DELAY = 3;
50 protected static final int EVENT_OPERATION_COMPLETE = 4;
51 protected static final int EVENT_GET_LAST_CALL_FAIL_CAUSE = 5;
53 protected static final int EVENT_SWITCH_RESULT = 8;
54 protected static final int EVENT_RADIO_AVAILABLE = 9
    [all...]
ServiceStateTracker.java 35 protected static final int DATA_ACCESS_UNKNOWN = 0;
36 protected static final int DATA_ACCESS_GPRS = 1;
37 protected static final int DATA_ACCESS_EDGE = 2;
38 protected static final int DATA_ACCESS_UMTS = 3;
39 protected static final int DATA_ACCESS_CDMA_IS95A = 4;
40 protected static final int DATA_ACCESS_CDMA_IS95B = 5;
41 protected static final int DATA_ACCESS_CDMA_1xRTT = 6;
42 protected static final int DATA_ACCESS_CDMA_EvDo_0 = 7;
43 protected static final int DATA_ACCESS_CDMA_EvDo_A = 8;
44 protected static final int DATA_ACCESS_HSDPA = 9
    [all...]
DataConnectionTracker.java 36 protected static final boolean DBG = false;
37 protected final String LOG_TAG = "DataConnectionTracker";
74 protected static final int EVENT_DATA_SETUP_COMPLETE = 1;
75 protected static final int EVENT_RADIO_AVAILABLE = 3;
76 protected static final int EVENT_RECORDS_LOADED = 4;
77 protected static final int EVENT_TRY_SETUP_DATA = 5;
78 protected static final int EVENT_DATA_STATE_CHANGED = 6;
79 protected static final int EVENT_POLL_PDP = 7;
80 protected static final int EVENT_GET_PDP_LIST_COMPLETE = 11;
81 protected static final int EVENT_RADIO_OFF_OR_NOT_AVAILABLE = 12
    [all...]
IccRecords.java 33 protected static final boolean DBG = true;
36 protected PhoneBase phone;
37 protected RegistrantList recordsLoadedRegistrants = new RegistrantList();
39 protected int recordsToLoad; // number of pending load requests
41 protected AdnRecordCache adnCache;
45 protected boolean recordsRequested = false; // true if we've made requests for the sim records
48 protected String msisdn = null; // My mobile number
49 protected String msisdnTag = null;
50 protected String voiceMailNum = null;
51 protected String voiceMailTag = null
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
BasicTexture.java 7 protected static final int UNSPECIFIED = -1;
13 protected GL11 mGL;
15 protected int mId;
16 protected int mState;
18 protected int mWidth = UNSPECIFIED;
19 protected int mHeight = UNSPECIFIED;
21 protected int mTextureWidth;
22 protected int mTextureHeight;
24 protected BasicTexture(GL11 gl, int id, int state) {
30 protected BasicTexture()
    [all...]
  /dalvik/tests/064-field-access/src/other/
OtherPackage.java 11 protected short protShortField = 0x1234;
12 protected Object protObjectField = "blah";
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
LimitedInputStream.java 8 protected final InputStream _in;
16 protected void setParentEofDetect(boolean on)
ASN1ObjectParser.java 12 protected ASN1ObjectParser(
  /cts/tests/src/android/widget/cts/
MyGallery.java 48 protected boolean getChildStaticTransformation(View child, Transformation t) {
52 protected void setParent(ViewParent v) {
57 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) {
62 protected int computeHorizontalScrollExtent() {
67 protected int computeHorizontalScrollOffset() {
72 protected int computeHorizontalScrollRange() {
77 protected void dispatchSetPressed(boolean pressed) {
82 protected ViewGroup.LayoutParams generateDefaultLayoutParams() {
87 protected ViewGroup.LayoutParams generateLayoutParams(ViewGroup.LayoutParams p) {
92 protected int getChildDrawingOrder(int childCount, int i)
    [all...]
MyHorizontalScrollView.java 39 protected int computeHorizontalScrollRange() {
44 protected int computeScrollDeltaToGetChildRectOnScreen(Rect rect) {
49 protected float getLeftFadingEdgeStrength() {
54 protected float getRightFadingEdgeStrength() {
59 protected void measureChild(View child, int parentWidthMeasureSpec,
65 protected void measureChildWithMargins(View child, int parentWidthMeasureSpec, int widthUsed,
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyCipher.java 49 protected void engineSetMode(String mode) throws NoSuchAlgorithmException {
53 protected void engineSetPadding(String padding)
61 protected int engineGetBlockSize() {
66 protected int engineGetOutputSize(int inputLen) {
71 protected byte[] engineGetIV() {
77 protected AlgorithmParameters engineGetParameters() {
82 protected void engineInit(int opmode, Key key, SecureRandom random)
87 protected void engineInit(int opmode, Key key,
93 protected void engineInit(int opmode, Key key, AlgorithmParameters params,
99 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen)
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
VirtualFeed.java 20 protected int mLoadedBegin = 0;
21 protected int mLoadedEnd = 0;
22 protected int mLoadingBegin = 0;
23 protected int mLoadingEnd = 0;
24 protected int mLoadableBegin = Integer.MIN_VALUE;
25 protected int mLoadableEnd = Integer.MAX_VALUE;
26 protected final Deque<E> mElements = new Deque<E>();
  /cts/tests/src/android/view/cts/
MockView.java 120 protected boolean isPaddingOffsetRequired() {
125 protected int getBottomPaddingOffset() {
130 protected int getLeftPaddingOffset() {
135 protected int getRightPaddingOffset() {
140 protected int getTopPaddingOffset() {
145 protected void onAnimationEnd() {
151 protected void onAnimationStart() {
165 protected void initializeFadingEdge(TypedArray a) {
170 protected void initializeScrollbars(TypedArray a) {
175 protected int getHorizontalScrollbarHeight()
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 31 protected static final byte WARNING = 1;
35 protected static final byte FATAL = 2;
41 protected static final byte CLOSE_NOTIFY = 0;
45 protected static final byte UNEXPECTED_MESSAGE = 10;
49 protected static final byte BAD_RECORD_MAC = 20;
53 protected static final byte DECRYPTION_FAILED = 21;
57 protected static final byte RECORD_OVERFLOW = 22;
61 protected static final byte DECOMPRESSION_FAILURE = 30;
65 protected static final byte HANDSHAKE_FAILURE = 40;
69 protected static final byte BAD_CERTIFICATE = 42
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacSpiTest.java 54 protected byte[] engineDoFinal() {
59 protected int engineGetMacLength() {
64 protected void engineInit(Key key, AlgorithmParameterSpec params) throws InvalidKeyException, InvalidAlgorithmParameterException {
69 protected void engineReset() {
74 protected void engineUpdate(byte input) {
79 protected void engineUpdate(byte[] input, int offset, int len) {
88 protected byte[] engineDoFinal() {
93 protected int engineGetMacLength() {
98 protected void engineInit(Key key, AlgorithmParameterSpec params) throws InvalidKeyException, InvalidAlgorithmParameterException {
103 protected void engineReset()
    [all...]
  /dalvik/dx/src/junit/framework/
Protectable.java 11 * Run the the following method protected.
  /dalvik/tests/040-miranda/src/
MirandaAbstract.java 8 protected MirandaAbstract() { }
  /external/junit/src/junit/framework/
Protectable.java 11 * Run the the following method protected.
  /libcore/junit/src/main/java/junit/framework/
Protectable.java 11 * Run the the following method protected.
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature2.java 46 protected void engineInitVerify(PublicKey publicKey)
51 protected void engineInitSign(PrivateKey privateKey)
56 protected void engineUpdate(byte b) throws SignatureException {
60 protected void engineUpdate(byte[] b, int off, int len)
65 protected byte[] engineSign() throws SignatureException {
70 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
75 protected void engineSetParameter(String param, Object value)
80 protected Object engineGetParameter(String param)
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java 11 protected void updateTimezoneDependentFields() {
22 protected void doUpdateTimezoneDependentFields() {

Completed in 213 milliseconds

1 2 3 4 5 6 7 8 91011>>