HomeSort by relevance Sort by last modified time
    Searched defs:null (Results 76 - 100 of 950) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
GlifPreferenceLayoutTest.java 64 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView());
72 layout, null /* savedInstanceState */);
73 assertNotNull("RecyclerView created should not be null", recyclerView);
85 null /* savedInstanceState */)); local
99 assertNotNull("Header text view should not be null",
101 assertNotNull("Icon view should not be null",
SetupWizardPreferenceLayoutTest.java 64 assertNotNull("getRecyclerView should not be null", layout.getRecyclerView());
72 layout, null /* savedInstanceState */);
73 assertNotNull("RecyclerView created should not be null", recyclerView);
85 null /* savedInstanceState */)); local
99 assertNotNull("Header text view should not be null",
101 assertNotNull("Decoration view should not be null",
  /frameworks/support/content/src/main/java/androidx/contentpager/content/
LoaderQueryRunner.java 81 mLoaderMgr.restartLoader(query.getId(), null, callbacks); local
87 return loader != null && loader.isStarted();
  /packages/apps/DocumentsUI/src/com/android/documentsui/
PackageReceiver.java 39 final String packageName = data == null ? null : data.getSchemeSpecificPart();
45 null, local
46 null); local
47 if (packageName != null) {
51 if (packageName != null) {
55 packageName, null); local
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
GpsCoordinatesTextClassifier.java 51 assert pm != null; local
52 assert classifier != null; local
75 if (info != null) {
99 if (boundaries != null) {
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
FullSchedulesCardPresenter.java 71 null); local
85 DvrUiHelper.startSchedulesActivity(mContext, null);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_quat.hpp 73 enum ctor{null}; enumerator in enum:glm::detail::ctor
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasAlternateSelection.java 32 * given list of alternate views. Both cannot be null.
35 assert originatingView != null; local
36 assert altViews != null; local
42 /** Returns the list of alternate views. Cannot be null. */
47 /** Returns the originating view. Cannot be null. */
57 return mIndex >= 0 ? mAltViews.get(mIndex) : null;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 104 intent, null)); local
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
UserSessionTest.java 48 mDevicePolicyManager.setStartUserSessionMessage(getWho(), null); local
55 mDevicePolicyManager.setEndUserSessionMessage(getWho(), null); local
  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
ShortcutManagerManagedUserTest.java 91 getLauncherApps().startShortcut(getContext().getPackageName(), "s1", null, null, local
95 getLauncherApps().startShortcut(getContext().getPackageName(), "s1", null, null, local
123 getLauncherApps().startShortcut(getContext().getPackageName(), "s1", null, null, local
128 getLauncherApps().startShortcut(getContext().getPackageName(), "s1", null, null, local
144 return null;
  /cts/tests/sensor/src/android/hardware/cts/
SensorBatchingFifoTest.java 81 assertTrue(String.format("sensor of type=%d (null)", sensorType), sensor != null); local
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 40 new Geocoder(getContext(), null); local
143 geocoder.getFromLocationName(null, 5);
  /cts/tests/tests/telecom/src/android/telecom/cts/
MissedCallTest.java 51 MockMissedCallNotificationReceiver.setIntentListener(null);
59 setupConnectionService(null, FLAG_REGISTER | FLAG_ENABLE);
61 addAndVerifyNewIncomingCall(createTestNumber(), null); local
WiredHeadsetTest.java 34 setupConnectionService(null, FLAG_REGISTER | FLAG_ENABLE);
43 addAndVerifyNewIncomingCall(createTestNumber(), null); local
60 addAndVerifyNewIncomingCall(createTestNumber(), null); local
  /dalvik/dx/src/com/android/multidex/
Path.java 91 assert element != null; local
96 DirectClassFile classFile = null;
113 if (classFile == null) {
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/basictransition/
BasicTransitionFragment.java 54 assert view != null; local
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiOutputPortConnectionSelector.java 55 if (wrapper.getDeviceInfo() != null) {
61 mConnectedListener, null); local
68 if (mSynthConnector != null) {
70 mSynthConnector = null;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiOutputPortConnectionSelector.java 55 if (wrapper.getDeviceInfo() != null) {
61 mConnectedListener, null); local
68 if (mSynthConnector != null) {
70 mSynthConnector = null;
  /developers/build/prebuilts/gradle/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
StorageProviderFragment.java 66 (AUTHORITY), null, false); local
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiOutputPortConnectionSelector.java 55 if (wrapper.getDeviceInfo() != null) {
61 mConnectedListener, null); local
68 if (mSynthConnector != null) {
70 mSynthConnector = null;
  /developers/samples/android/content/documentsUi/StorageProvider/Application/src/main/java/com/example/android/storageprovider/
StorageProviderFragment.java 66 (AUTHORITY), null, false); local
  /developers/samples/android/ui/transition/BasicTransition/Application/src/main/java/com/example/android/basictransition/
BasicTransitionFragment.java 54 assert view != null; local
  /development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
BasicTransitionFragment.java 54 assert view != null; local
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiOutputPortConnectionSelector.java 55 if (wrapper.getDeviceInfo() != null) {
61 mConnectedListener, null); local
68 if (mSynthConnector != null) {
70 mSynthConnector = null;

Completed in 1306 milliseconds

1 2 34 5 6 7 8 91011>>