Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 128) sorted by relevance

123456

/packages/apps/Car/Calendar/tests/ui/src/com/android/car/calendar/
DCarCalendarUiTest.java166 try (ActivityScenario<CarCalendarActivity> ignored = in withFakeDependencies_titleShows() argument
175 try (ActivityScenario<CarCalendarActivity> ignored = in withoutFakeDependencies_titleShows() argument
184 try (ActivityScenario<CarCalendarActivity> ignored = in event_displayed() argument
203 try (ActivityScenario<CarCalendarActivity> ignored = in singleAllDayEvent_notCollapsed() argument
221 try (ActivityScenario<CarCalendarActivity> ignored = in multipleAllDayEvents_collapsed() argument
239 try (ActivityScenario<CarCalendarActivity> ignored = in multipleAllDayEvents_expands() argument
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java1180 } catch (RemoteException ignored) { in onCallAdded()
1253 } catch (RemoteException ignored) { in onExternalCallChanged()
1287 } catch (RemoteException ignored) { in onExternalCallChanged()
1319 } catch (RemoteException ignored) { in onCallAudioStateChanged()
1332 } catch (RemoteException ignored) { in onCanAddCallChanged()
1344 } catch (RemoteException ignored) { in onPostDialWait()
1420 } catch (RemoteException ignored) { in bringToForeground()
1433 } catch (RemoteException ignored) { in silenceRinger()
1448 } catch (RemoteException ignored) { in notifyConnectionEvent()
1464 } catch (RemoteException ignored) { in notifyRttInitiationFailure()
[all …]
DConnectionServiceWrapper.java1786 } catch (RemoteException ignored) { in onPostDialContinue()
1799 } catch (RemoteException ignored) { in conference()
1811 } catch (RemoteException ignored) { in splitFromConference()
1823 } catch (RemoteException ignored) { in mergeConference()
1835 } catch (RemoteException ignored) { in swapConference()
1847 } catch (RemoteException ignored) { in addConferenceParticipants()
1860 } catch (RemoteException ignored) { in pullExternalCall()
1872 } catch (RemoteException ignored) { in sendCallEvent()
1906 } catch (RemoteException ignored) { in onExtrasChanged()
1918 } catch (RemoteException ignored) { in startRtt()
[all …]
/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainActivity.java191 catch (InterruptedException ignored) { in chooseCertificate()
192 Log.e(TAG, "interrupted while checking if key is user-selectable", ignored); in chooseCertificate()
195 } catch (Exception ignored) { in chooseCertificate()
196 Log.e(TAG, "error while checking if key is user-selectable", ignored); in chooseCertificate()
718 } catch (InterruptedException ignored) { in doInBackground()
720 Log.d(TAG, "interrupted while granting access", ignored); in doInBackground()
721 } catch (Exception ignored) { in doInBackground()
725 Log.e(TAG, "error while granting access", ignored); in doInBackground()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DSessionManagerTest.java137 } catch (InterruptedException ignored) {} in testEndSession()
284 } catch (InterruptedException ignored) {} in testEndSubsessionWithParentComplete()
339 } catch (InterruptedException ignored) {} in testEndExternalSession()
364 } catch (InterruptedException ignored) {} in testEndExternalSessionListenerCallback()
408 } catch (InterruptedException ignored) {} in testStaleSessionCleanupTimer()
/packages/providers/MediaProvider/src/com/android/providers/media/
DIdleService.java44 } catch (OperationCanceledException ignored) { in onStartJob()
57 } catch (OperationCanceledException ignored) { in onStopJob()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/sharedlibrarysupport/
DAdapterClassLoader.java97 } catch (ClassNotFoundException ignored) { in loadClass()
119 } catch (ClassNotFoundException ignored) { in loadClass()
/packages/modules/NeuralNetworks/tools/api/
DREADME.md51 A line that begins with `%%` is a comment, and is ignored.
72 A line that begins with `%%` is a comment, and is ignored.
101 and are ignored.
112 directive are ignored *except* that even ignored directives undergo some level
/packages/modules/adb/
Dprotocol.txt72 be sent. Any messages received before a CONNECT message MUST be ignored.
147 stream on the recipient's side is ignored. The stream may have been
150 The local-id is ignored on all but the first READY message (where it
163 stream on the recipient's side is ignored. The stream may have been
183 stream on the recipient's side is ignored. The stream may have
188 requirement, since they will be ignored.
DSYNC.TXT69 be ignored).
80 length can be ignored.
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DSavedDiscovery.java132 } catch (IllegalStateException | IOException ignored) { in load()
133 Log.w(TAG, "Error while loading from " + mCacheFile, ignored); in load()
/packages/modules/Scheduling/service/java/com/android/server/scheduling/
DRebootReadinessShellCommand.java122 } catch (Exception ignored) { in handleOptions()
151 } catch (Exception ignored) { in runStartReadinessChecks()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DLogging.java111 } catch (IOException ignored) { in closeWriterAndUpdatePathLocked()
112 Log.w(TAG, "Failed to close: " + sPersistentFile, ignored); in closeWriterAndUpdatePathLocked()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DRingtoneModel.kt147 } catch (ignored: Throwable) { in loadRingtoneTitles()
149 LogUtils.e("Error loading ringtone title cache", ignored) in loadRingtoneTitles()
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/
DXmlControllerAttributeTest.java188 } catch (NoSuchMethodException ignored) { in getConstructorFromClass()
197 } catch (NoSuchMethodException ignored) { in getConstructorFromClass()
/packages/modules/Permission/service/java/com/android/permission/persistence/
DIoUtils.java36 } catch (Exception ignored) { in closeQuietly()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DIoUtils.java32 } catch (Exception ignored) { in closeQuietly()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java664 } catch (ErrnoException ignored) { in finalizeDestination()
668 } catch (FileNotFoundException ignored) { in finalizeDestination()
702 } catch (IOException ignored) { in finalizeDestination()
DStorageUtils.java64 } catch (ErrnoException ignored) { in listFilesRecursive()
/packages/apps/Camera2/src/com/android/camera/device/
DCameraId.java45 } catch (NumberFormatException ignored) { in computeLegacyIdFromCamera2Id()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DLightPermInfoLiveData.kt50 override fun onPackageUpdate(ignored: String) { in onPackageUpdate()
/packages/providers/MediaProvider/tools/genfiles/
Dgenfiles.sh121 echo ignored: $format '|' $mediatype '|' $mimetype '|' $data
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dunittest.h34 #pragma GCC diagnostic ignored "-Weffc++"
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
Dperftest.h47 #pragma GCC diagnostic ignored "-Weffc++"
/packages/apps/Car/libs/specs/
Dkeylines.csv2 # * Any line beginning with a # will be ignored.

123456