HomeSort by relevance Sort by last modified time
    Searched refs:baseContext (Results 1 - 15 of 15) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextThemeWrapper.java 10 public void __constructor__(Context baseContext, int themesres) {
11 super.__constructor__(baseContext);
ShadowContextWrapper.java 34 protected Context baseContext;
42 public void __constructor__(Context baseContext) {
43 this.baseContext = baseContext;
48 return baseContext.getApplicationContext();
236 return baseContext;
241 baseContext = context;
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
View_Delegate.java 41 Context baseContext = BridgeContext.getBaseContext(thisView.getContext());
42 if (baseContext instanceof BridgeContext) {
43 return ((BridgeContext) baseContext).getBinder();
  /external/icu/icu4c/source/common/
uenum.c 21 /* Layout of the baseContext buffer. */
27 /* Extra bytes to allocate in the baseContext buffer. */
30 /* Return a pointer to the baseContext buffer, possibly allocating
34 if (en->baseContext != NULL) {
35 if (((_UEnumBuffer*) en->baseContext)->len < capacity) {
37 en->baseContext = uprv_realloc(en->baseContext,
39 if (en->baseContext == NULL) {
42 ((_UEnumBuffer*) en->baseContext)->len = capacity;
46 en->baseContext = uprv_malloc(sizeof(int32_t) + capacity)
    [all...]
uenumimp.h 107 /* baseContext. For the base class only. Don't touch! */
108 void *baseContext;
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 192 void dump(PrintWriter pw, String prefix, Context baseContext, boolean redact) {
197 iconStr += " / " + idDebugString(baseContext, icon.getResPackage(), icon.getResId());
288 static String idDebugString(Context baseContext, String packageName, int id) {
293 c = baseContext.createPackageContext(packageName, 0);
295 c = baseContext;
298 c = baseContext;
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 166 Activity baseContext = new Activity();
167 shContextWrapper.attachBaseContext(baseContext);
168 assertThat(contextWrapper.getBaseContext(), sameInstance((Context) baseContext));
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 163 public MockContext2(Context baseContext) {
164 mBaseContext = baseContext;
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 2443 milliseconds