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

<<21222324252627282930>>

  /external/robolectric-shadows/junit/src/main/java/org/robolectric/internal/
SandboxTestRunner.java 56 protected Iterable<PerfStatsReporter> getPerfStatsReporters() {
61 protected Collection<Interceptor> findInterceptors() {
66 protected Interceptors getInterceptors() {
71 protected Statement classBlock(RunNotifier notifier) {
109 protected void afterClass() {
113 protected void runChild(FrameworkMethod method, RunNotifier notifier) {
135 protected Sandbox getSandbox(FrameworkMethod method) {
153 protected InstrumentationConfiguration createClassLoaderConfig(FrameworkMethod method) {
188 protected void configureShadows(FrameworkMethod method, Sandbox sandbox) {
204 @Override protected Statement methodBlock(final FrameworkMethod method)
    [all...]
  /external/testng/src/test/java/test/failures/
BaseFailuresTest.java 16 // protected TestNG run(Class[] classes, String outputDir) {
20 protected String getSuiteName() {
24 protected TestNG run(TestNG result, Class[] classes, String outputDir) {
38 protected boolean containsRegularExpressions(File f, String[] strRegexps) {
80 protected void verify(String outputDir, String[] expected) {
  /frameworks/av/services/audioflinger/
MmapTracks.h 46 // protected by MMapThread::mLock
49 // protected by MMapThread::mLock
51 // protected by MMapThread::mLock
70 bool mSilenced; // protected by MMapThread::mLock
71 bool mSilencedNotified; // protected by MMapThread::mLock
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectParameter.java 29 protected int mMin;
30 protected int mMax;
31 protected String mUnit;
32 protected SeekBar mSeekBar;
33 protected TextView mValueText;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/xerox/
XeroxPrintServiceRecommendationPlugin.java 28 protected final Object mLock = new Object();
29 protected PrinterDiscoveryCallback mDiscoveryCallback = null;
30 protected final ServiceResolver mServiceResolver;
31 protected final NsdManager mNSDManager;
32 protected final VendorInfo mVendorInfo;
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardAbsKeyInputView.java 41 protected KeyguardSecurityCallback mCallback;
42 protected LockPatternUtils mLockPatternUtils;
43 protected AsyncTask<?, ?, ?> mPendingLockCheck;
44 protected SecurityMessageDisplay mSecurityMessageDisplay;
45 protected View mEcaView;
46 protected boolean mEnableHaptics;
52 protected static final int MINIMUM_PASSWORD_LENGTH_BEFORE_REPORT = 3;
89 protected boolean shouldLockout(long deadline) {
93 protected abstract int getPasswordTextViewId();
94 protected abstract void resetState()
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
CountryDetectorBase.java 34 protected final Handler mHandler;
35 protected final Context mContext;
36 protected CountryListener mListener;
37 protected Country mDetectedCountry;
67 protected void notifyListener(Country country) {
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/
UiServiceTestCase.java 30 @Mock protected PackageManagerInternal mPmi;
32 protected static final String PKG_N_MR1 = "com.example.n_mr1";
33 protected static final String PKG_O = "com.example.o";
34 protected static final String PKG_P = "com.example.p";
40 protected TestableContext getContext() {
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbACMixerUnit.java 21 protected byte mUnitID; // 3:1
22 protected byte mNumInputs; // 4:1 Number of Input Pins of this Unit.
23 protected byte[] mInputIDs; // 5...:1 ID of the Unit or Terminal to which the Input Pins
25 protected byte mNumOutputs; // The number of output channels
47 protected static int calcControlArraySize(int numInputs, int numOutputs) {
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
MockableTextToSpeechService.java 40 protected int onIsLanguageAvailable(String lang, String country, String variant) {
45 protected String[] onGetLanguage() {
50 protected int onLoadLanguage(String lang, String country, String variant) {
55 protected void onStop() {
60 protected void onSynthesizeText(SynthesisRequest request, SynthesisCallback callback) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
BaseWifiDiagnostics.java 15 protected final WifiNative mWifiNative;
17 protected String mFirmwareVersion;
18 protected String mDriverVersion;
19 protected int mSupportedFeatureSet;
62 protected synchronized void dump(PrintWriter pw) {
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD2.java 72 protected MD2(String algorithm) {
77 protected byte[] engineDigest() {
82 protected void engineReset() {
86 protected void engineUpdate(byte input) {
90 protected void engineUpdate(byte[] input, int offset, int len) {
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 63 protected <T> void setOption(SocketOption<T> name, T value) throws IOException {
76 protected <T> T getOption(SocketOption<T> name) throws IOException {
89 protected void socketSetOption(int opt, Object val) throws SocketException {
99 protected synchronized void bind0(int lport, InetAddress laddr) throws SocketException {
115 protected void send(DatagramPacket p) throws IOException {
128 protected synchronized int peek(InetAddress i) throws IOException {
135 protected synchronized int peekData(DatagramPacket p) throws IOException {
140 protected synchronized void receive0(DatagramPacket p) throws IOException {
157 protected void setTimeToLive(int ttl) throws IOException {
161 protected int getTimeToLive() throws IOException
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java 78 protected static final int WEEK_COUNT = CalendarController.MAX_CALENDAR_WEEK
80 protected static int DEFAULT_NUM_WEEKS = 6;
81 protected static int DEFAULT_MONTH_FOCUS = 0;
82 protected static int DEFAULT_DAYS_PER_WEEK = 7;
83 protected static int DEFAULT_WEEK_HEIGHT = 32;
84 protected static int WEEK_7_OVERHANG_HEIGHT = 7;
86 protected static float mScale = 0;
87 protected Context mContext;
89 protected Time mSelectedDay;
91 protected int mSelectedWeek
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
Action.java 46 protected Bundle actionParameters;
58 protected Object executeAction() {
66 protected void requestBackgroundWork() {
76 protected void requestBackgroundWork(final Action backgroundAction) {
102 protected Bundle doBackgroundWork() throws DataModelException {
111 protected Object processBackgroundResponse(final Bundle response) {
119 protected Object processBackgroundFailure() {
126 protected Action(final String key) {
134 protected Action() {
142 protected void start(final ActionMonitor monitor)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
OverlayRenderer.java 26 protected RenderOverlay mOverlay;
28 protected int mLeft, mTop, mRight, mBottom;
30 protected boolean mVisible;
73 protected Context getContext() {
89 protected void update() {
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/
ViewTest.java 31 protected T mView;
35 protected void setUp() throws Exception {
46 protected T getView() {
55 protected void clickButton(final View view) {
65 protected abstract int getLayoutIdForView();
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
SettingsWithHeader.java 35 protected Intent mInfoIntent;
36 protected Drawable mIcon;
37 protected CharSequence mLabel;
38 protected CharSequence mDecorTitle;
65 protected void updateHeader() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 83 protected Context getContext() {
102 protected void checkThread() {
109 protected void close() {
139 protected NamedTaskExecutor createIconLoaderExecutor() {
162 protected Config createConfig() {
174 protected SearchSettings createSettings() {
178 protected Factory<Executor> createExecutorFactory(final int numThreads) {
201 protected NamedTaskExecutor createSourceTaskExecutor() {
210 protected ThreadFactory getQueryThreadFactory() {
218 protected ThreadFactory createQueryThreadFactory()
    [all...]
  /packages/apps/Settings/src/com/android/settings/development/
BluetoothAudioChannelModePreferenceController.java 43 protected String[] getListValues() {
49 protected String[] getListSummaries() {
55 protected int getDefaultIndex() {
60 protected void writeConfigurationValues(Object newValue) {
80 protected int getCurrentA2dpSettingIndex(BluetoothCodecConfig config) {
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherBasePreferenceController.java 35 protected final WifiManager mWifiManager;
36 protected final String[] mWifiRegexs;
37 protected final ConnectivityManager mCm;
38 protected final OnTetherConfigUpdateListener mListener;
40 protected Preference mPreference;
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
SearchQueryTask.java 45 protected final Context mContext;
46 protected final SiteMapManager mSiteMapManager;
47 protected final String mQuery;
67 protected abstract int getQueryWorkerId();
69 protected abstract List<? extends SearchResult> query();
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
DisplayModeFragment.java 31 protected String getTitle() {
41 protected List<Item> getItemList() {
76 protected void onUpdate() {
83 protected void onSelected() {
90 protected void onFocused() {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMTActions.h 21 protected:
29 protected:
38 protected:
48 protected:
68 protected:
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ARCMigrate/
ARCMTActions.h 21 protected:
29 protected:
38 protected:
48 protected:
68 protected:

Completed in 1732 milliseconds

<<21222324252627282930>>