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

<<11121314151617181920>>

  /external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
Validator.java 24 final protected RobolectricModel model;
25 final protected Elements elements;
26 final protected Types types;
27 final protected Messager messager;
28 final protected TypeElement annotationType;
57 protected Element currentElement;
58 protected AnnotationMirror currentAnnotation;
69 protected AnnotationMirror getCurrentAnnotation() {
76 protected void message(Kind severity, String msg, AnnotationValue av) {
81 protected void message(Kind severity, String msg)
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
AppSingletonizer.java 28 protected abstract T get(ShadowApplication shadowApplication);
30 protected abstract void set(ShadowApplication shadowApplication, T instance);
32 protected T createInstance(Application applicationContext) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
SleepLanguage.java 26 protected String getImportStatement() {
31 protected String getRpcReceiverDeclaration(String rpcReceiver) {
36 protected String getDefaultRpcReceiver() {
BeanShellLanguage.java 28 protected String getImportStatement() {
34 protected String getRpcReceiverDeclaration(String rpcReceiver) {
39 protected String getMethodCallText(String receiver, String method,
60 protected String getApplyOperatorText() {
65 protected String getLeftParametersText() {
70 protected String getRightParametersText() {
  /external/testng/src/main/java/org/testng/remote/
RemoteWorker.java 12 protected RemoteResultListener m_listener;
20 protected SlavePool getSlavePool() {
24 protected SuiteRunner sendSuite(ConnectionInfo ci, XmlSuite suite)
  /frameworks/base/tests/Assist/src/com/android/test/assist/
AssistRecognitionService.java 28 protected void onStartListening(Intent recognizerIntent, Callback listener) {
32 protected void onCancel(Callback listener) {
36 protected void onStopListening(Callback listener) {
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
MainActivity.java 15 protected void onCreate(Bundle savedInstanceState) {
26 protected void onPause() {
32 protected void onResume() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketImplTest.java 91 protected void accept(SocketImpl newSocket) throws IOException {
94 protected int available() throws IOException {
98 protected void bind(InetAddress address, int port) throws IOException {
101 protected void close() throws IOException {
104 protected void connect(String host, int port) throws IOException {
107 protected void connect(InetAddress address, int port)
111 protected void create(boolean isStreaming) throws IOException {
114 protected InputStream getInputStream() throws IOException {
122 protected OutputStream getOutputStream() throws IOException {
126 protected void listen(int backlog) throws IOException
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketImplFactoryTest.java 120 protected void accept(SocketImpl arg0) throws IOException {
124 protected int available() throws IOException {
129 protected void bind(InetAddress arg0, int arg1) throws IOException {
133 protected void close() throws IOException {
137 protected void connect(String arg0, int arg1) throws IOException {
141 protected void connect(InetAddress arg0, int arg1) throws IOException {
145 protected void connect(SocketAddress arg0, int arg1) throws IOException {
149 protected void create(boolean arg0) throws IOException {
153 protected InputStream getInputStream() throws IOException {
158 protected OutputStream getOutputStream() throws IOException
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDescriptorHolderSocketImpl.java 57 protected void create(boolean stream) throws IOException {
62 protected void connect(String host, int port) throws IOException {
67 protected void connect(InetAddress address, int port) throws IOException {
72 protected void connect(SocketAddress address, int timeout) throws IOException {
77 protected void bind(InetAddress host, int port) throws IOException {
82 protected void listen(int backlog) throws IOException {
87 protected void accept(SocketImpl s) throws IOException {
92 protected InputStream getInputStream() throws IOException {
97 protected OutputStream getOutputStream() throws IOException {
102 protected int available() throws IOException
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragAndDropAccessibilityDelegate.java 39 protected static final int INVALID_POSITION = -1;
43 protected final CellLayout mView;
44 protected final Context mContext;
45 protected final LauncherAccessibilityDelegate mDelegate;
57 protected int getVirtualViewAt(float x, float y) {
72 protected abstract int intersectsValidDropTarget(int id);
75 protected void getVisibleVirtualViews(List<Integer> virtualViews) {
88 protected boolean onPerformActionForVirtualView(int viewId, int action, Bundle args) {
104 protected void onPopulateEventForVirtualView(int id, AccessibilityEvent event) {
112 protected void onPopulateNodeForVirtualView(int id, AccessibilityNodeInfoCompat node)
    [all...]
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
SubMenuItem.java 32 protected void onSelected() {
36 protected void launchFragment() {
40 protected abstract SideFragment getFragment();
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
InfoStore.java 25 protected static final int MAX_STRING_LENGTH = 1000;
26 protected static final int MAX_ARRAY_LENGTH = 1000;
27 protected static final int MAX_LIST_LENGTH = 1000;
130 protected static int[] checkArray(int[] values) {
138 protected static long[] checkArray(long[] values) {
146 protected static float[] checkArray(float[] values) {
154 protected static double[] checkArray(double[] values) {
162 protected static boolean[] checkArray(boolean[] values) {
170 protected static List<String> checkStringList(List<String> list) {
177 protected static String checkString(String value)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
localize-hidden-1.d 8 0+1400 l .*\*ABS\* 0+ \.protected Lprotected
17 0+2400 g .*\*ABS\* 0+ \.protected Gprotected
19 0+3400 w.*\*ABS\* 0+ \.protected Wprotected
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 95 protected static String TAG;
100 protected GsmCdmaPhone mPhone;
102 protected ImsPhone mImsPhone;
104 protected ServiceStateTracker mSST;
106 protected GsmCdmaCallTracker mCT;
108 protected ImsPhoneCallTracker mImsCT;
110 protected UiccController mUiccController;
112 protected UiccProfile mUiccProfile;
114 protected CallManager mCallManager;
116 protected PhoneNotifier mNotifier
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BroadcastTestStartActivity.java 35 protected void onResume() {
50 protected void onPause() {
56 protected void onStart() {
62 protected void onRestart() {
68 protected void onStop() {
74 protected void onDestroy() {
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
BaseDeviceOwnerTest.java 35 protected DevicePolicyManager mDevicePolicyManager;
36 protected Instrumentation mInstrumentation;
37 protected UiDevice mDevice;
39 protected void setUp() throws Exception {
55 protected ComponentName getWho() {
59 protected String executeShellCommand(String... command) throws Exception {
  /cts/tests/tests/alarmclock/src/android/alarmclock/cts/
TestStartActivity.java 36 protected void onResume() {
52 protected void onPause() {
58 protected void onStart() {
64 protected void onRestart() {
70 protected void onStop() {
76 protected void onDestroy() {
  /cts/tests/tests/car/src/android/car/cts/
CarApiTestBase.java 31 protected static final long DEFAULT_WAIT_TIMEOUT_MS = 1000;
38 protected void assertMainThread() {
43 protected void setUp() throws Exception {
51 protected void tearDown() throws Exception {
56 protected synchronized Car getCar() {
60 protected class DefaultServiceConnectionListener implements ServiceConnection {
  /cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
TestStartActivity.java 38 protected void onResume() {
48 @Override protected void onPause() {
53 @Override protected void onStart() {
58 @Override protected void onRestart() {
63 @Override protected void onStop() {
69 protected void onDestroy() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPSyncTestCase.java 36 protected JPDADebuggeeSynchronizer synchronizer;
38 protected String finalSyncMessage;
44 protected void beforeDebuggeeStart() {
54 protected JPDADebuggeeSynchronizer createSynchronizer() {
63 protected void internalSetUp() throws Exception {
77 protected void internalTearDown() {
  /external/apache-harmony/support/src/test/resources/tests/resources/
hyts_security.jar 
  /external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.priv/
protected_members.fail.cpp 14 // memory_resource::do_allocate(size_t, size_t); /* protected */
15 // memory_resource::do_deallocate(void*, size_t, size_t); /* protected */
16 // memory_resource::do_is_equal(memory_resource const&); /* protected */
24 m->do_allocate(0, 0); // expected-error{{'do_allocate' is a protected member}}
25 m->do_deallocate(nullptr, 0, 0); // expected-error{{'do_deallocate' is a protected member}}
26 m->do_is_equal(*m); // expected-error{{'do_is_equal' is a protected member}}
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MockMacSpi.java 53 protected int engineGetMacLength() {
58 protected void engineInit(Key key, AlgorithmParameterSpec params) throws InvalidKeyException,
64 protected void engineUpdate(byte input) {
69 protected void engineUpdate(byte[] input, int offset, int len) {
74 protected byte[] engineDoFinal() {
79 protected void engineReset() {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 45 protected Key engineDoPhase(Key key, boolean lastPhase)
54 protected byte[] engineGenerateSecret() throws IllegalStateException {
59 protected int engineGenerateSecret(byte[] sharedSecret, int offset)
65 protected SecretKey engineGenerateSecret(String algorithm)
75 protected void engineInit(Key key, SecureRandom random)
81 protected void engineInit(Key key, AlgorithmParameterSpec params,

Completed in 1338 milliseconds

<<11121314151617181920>>