OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theirContext
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/app/
SearchableInfo.java
260
Context
theirContext
= null;
262
theirContext
= context.createPackageContext(activity.getPackageName(), 0);
269
return
theirContext
;
282
Context
theirContext
= null;
288
theirContext
= context.createPackageContext(mSuggestProviderPackage, 0);
290
// unexpected, but we deal with this by null-checking
theirContext
292
// unexpected, but we deal with this by null-checking
theirContext
295
return
theirContext
;
[
all
...]
/frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java
681
Context
theirContext
= getRemoteContext();
682
mRemoteContext =
theirContext
;
684
theirContext
.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
685
inflater = inflater.cloneInContext(
theirContext
);
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 510 milliseconds