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

<<31323334353637383940>>

  /external/skqp/tools/sk_app/
RasterWindowContext.h 22 protected:
  /external/testng/src/test/java/test/triangle/
Base.java 13 protected boolean m_isInitialized = false;
  /frameworks/av/cmds/stagefright/
SineSource.h 23 protected:
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpActivity.java 46 protected void onCreate(Bundle savedInstanceState) {
56 protected void onPause() {
62 protected void onResume() {
79 protected void onStop() {
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
TaskKeyStrongCache.java 53 protected V getCacheEntry(int id) {
58 protected void putCacheEntry(int id, V value) {
63 protected void removeCacheEntry(int id) {
68 protected void evictAllCache() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AppOpsListener.java 37 protected NotificationPresenter mPresenter;
38 protected NotificationEntryManager mEntryManager;
39 protected final AppOpsManager mAppOps;
41 protected static final int[] OPS = new int[] {AppOpsManager.OP_CAMERA,
  /frameworks/base/services/core/java/com/android/server/location/
GnssStatusListenerHelper.java 27 protected GnssStatusListenerHelper(Handler handler) {
33 protected int registerWithService() {
38 protected void unregisterFromService() {}
41 protected ListenerOperation<IGnssStatusListener> getHandlerOperation(int result) {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
ArgListExpr.java 40 protected String computeUniqueKey() {
45 protected KCode generateCode() {
56 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
61 protected List<Dependency> constructDependencies() {
BitShiftExpr.java 33 protected String computeUniqueKey() {
38 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
43 protected List<Dependency> constructDependencies() {
60 protected KCode generateCode() {
CastExpr.java 35 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
40 protected List<Dependency> constructDependencies() {
48 protected String computeUniqueKey() {
61 protected KCode generateCode() {
ComparisonExpr.java 33 protected String computeUniqueKey() {
38 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
43 protected List<Dependency> constructDependencies() {
65 protected KCode generateCode() {
InstanceOfExpr.java 35 protected String computeUniqueKey() {
40 protected KCode generateCode() {
53 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
59 protected List<Dependency> constructDependencies() {
SymbolExpr.java 42 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
47 protected String computeUniqueKey() {
57 protected KCode generateCode() {
67 protected List<Dependency> constructDependencies() {
TwoWayListenerExpr.java 38 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
43 protected List<Dependency> constructDependencies() {
48 protected KCode generateCode() {
59 protected String computeUniqueKey() {
UnaryExpr.java 38 protected String computeUniqueKey() {
53 protected KCode generateCode() {
58 protected ModelClass resolveType(ModelAnalyzer modelAnalyzer) {
63 protected List<Dependency> constructDependencies() {
  /frameworks/ex/framesequence/jni/
Stream.h 35 protected:
54 protected:
67 protected:
82 protected:
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V40.java 42 protected int getVersion() {
47 protected String getVersionString() {
55 protected String maybeUnescapeText(final String text) {
89 protected Set<String> getKnownPropertyNameSet() {
  /frameworks/support/annotations/src/main/java/androidx/annotation/
VisibleForTesting.java 32 * &#64;VisibleForTesting(otherwise = VisibleForTesting.PROTECTED)
58 * The annotated element would have "protected" visibility
60 int PROTECTED = 4; // Happens to be the same as Modifier.PROTECTED
  /frameworks/support/app-toolkit/core-testing/api/
current.txt 7 method protected void onIdle();
  /frameworks/support/app-toolkit/core-testing/api_legacy/
1.0.0.txt 7 method protected void onIdle();
1.1.0.txt 7 method protected void onIdle();
current.txt 7 method protected void onIdle();
  /frameworks/support/car/src/main/java/androidx/car/widget/
PagedSmoothScroller.java 46 protected int getVerticalSnapPreference() {
53 protected void onTargetFound(View targetView, RecyclerView.State state, Action action) {
66 protected float calculateSpeedPerPixel(DisplayMetrics displayMetrics) {
71 protected int calculateTimeForDeceleration(int dx) {
  /libcore/jsr166-tests/src/test/java/jsr166/
ArrayBlockingQueueNonFairTest.java 16 protected BlockingQueue emptyCollection() {
LinkedBlockingQueueBoundedTest.java 16 protected BlockingQueue emptyCollection() {

Completed in 510 milliseconds

<<31323334353637383940>>