Home
last modified time | relevance | path

Searched refs:getInfo (Results 1 – 25 of 77) sorted by relevance

1234

/frameworks/base/core/java/android/print/
DPrintJob.java63 public @NonNull PrintJobInfo getInfo() { in getInfo() method in PrintJob
84 final int state = getInfo().getState(); in cancel()
115 return getInfo().getState() == PrintJobInfo.STATE_QUEUED; in isQueued()
128 return getInfo().getState() == PrintJobInfo.STATE_STARTED; in isStarted()
141 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
152 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED; in isCompleted()
166 return getInfo().getState() == PrintJobInfo.STATE_FAILED; in isFailed()
177 return getInfo().getState() == PrintJobInfo.STATE_CANCELED; in isCancelled()
/frameworks/base/core/java/android/printservice/
DPrintJob.java85 public @NonNull PrintJobInfo getInfo() { in getInfo() method in PrintJob
125 return getInfo().getState() == PrintJobInfo.STATE_QUEUED; in isQueued()
141 return getInfo().getState() == PrintJobInfo.STATE_STARTED; in isStarted()
157 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
171 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED; in isCompleted()
185 return getInfo().getState() == PrintJobInfo.STATE_FAILED; in isFailed()
199 return getInfo().getState() == PrintJobInfo.STATE_CANCELED; in isCancelled()
218 final int state = getInfo().getState(); in start()
241 PrintJobInfo info = getInfo(); in block()
398 return getInfo().getTag(); in getTag()
[all …]
DPrintDocument.java59 public @NonNull PrintDocumentInfo getInfo() { in getInfo() method in PrintDocument
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java700 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Token
736 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Html
781 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.MusicTrack
782 List<String> info = super.getInfo(); in getInfo()
801 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Link
802 List<String> info = super.getInfo(); in getInfo()
838 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Video
839 List<String> info = super.getInfo(); in getInfo()
897 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.YouTubeVideo
898 List<String> info = super.getInfo(); in getInfo()
[all …]
/frameworks/support/lifecycle/common/src/main/java/androidx/lifecycle/
DClassesInfoCache.java79 CallbackInfo getInfo(Class klass) { in getInfo() method in ClassesInfoCache
107 CallbackInfo superInfo = getInfo(superclass); in createInfo()
115 for (Map.Entry<MethodReference, Lifecycle.Event> entry : getInfo( in createInfo()
DReflectiveGenericLifecycleObserver.java31 mInfo = ClassesInfoCache.sInstance.getInfo(mWrapped.getClass()); in ReflectiveGenericLifecycleObserver()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java235 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuit()
239 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuit()
337 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuitNow()
341 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuitNow()
431 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuitNowAfterStart()
435 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuitNowAfterStart()
572 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
576 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
580 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
594 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
[all …]
/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java63 public static Info getInfo (Session s) { in getInfo() method in Session.Info
200 public Info getInfo() { in getInfo() method in Session
201 return Info.getInfo(this); in getInfo()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfDocument.java150 mPages.add(page.getInfo()); in finishPage()
444 public PageInfo getInfo() { in getInfo() method in PdfDocument.Page
/frameworks/native/services/inputflinger/
DInputApplication.h43 inline const InputApplicationInfo* getInfo() const { in getInfo() function
DInputDispatcher.cpp521 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in findTouchedWindowAtLocked()
1071 const InputWindowInfo* info = windowHandle->getInfo(); in resumeAfterTargetsNotReadyTimeoutLocked()
1252 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in findTouchedWindowTargetsLocked()
1278 && newTouchedWindowHandle->getInfo()->supportsSplitTouch()) { in findTouchedWindowTargetsLocked()
1359 if (newTouchedWindowHandle->getInfo()->supportsSplitTouch()) { in findTouchedWindowTargetsLocked()
1436 const int32_t foregroundWindowUid = foregroundWindowHandle->getInfo()->ownerUid; in findTouchedWindowTargetsLocked()
1441 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) { in findTouchedWindowTargetsLocked()
1473 if (foregroundWindowHandle->getInfo()->hasWallpaper) { in findTouchedWindowTargetsLocked()
1476 const InputWindowInfo* info = windowHandle->getInfo(); in findTouchedWindowTargetsLocked()
1478 && windowHandle->getInfo()->layoutParamsType in findTouchedWindowTargetsLocked()
[all …]
DInputWindow.h167 inline const InputWindowInfo* getInfo() const { in getInfo() function
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java24 HdmiDeviceInfo getInfo() { in getInfo() method in HdmiMhlLocalDeviceStub
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp221 header->e_ident[llvm::ELF::EI_VERSION] = target().getInfo().ELFVersion(); in writeELFHeader()
222 header->e_ident[llvm::ELF::EI_OSABI] = target().getInfo().OSABI(); in writeELFHeader()
223 header->e_ident[llvm::ELF::EI_ABIVERSION] = target().getInfo().ABIVersion(); in writeELFHeader()
241 header->e_machine = target().getInfo().machine(); in writeELFHeader()
251 header->e_flags = target().getInfo().flags(); in writeELFHeader()
620 return pSection.getInfo(); in getSectInfo()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiUtils.java34 final WifiInfo info = accessPoint.getInfo(); in buildLoggingSummary()
84 final WifiInfo info = accessPoint.getInfo(); in getVisibilityStatus()
/frameworks/av/media/libstagefright/include/
DHevcUtils.h94 Info getInfo() const { return mInfo; } in getInfo() function
/frameworks/base/telephony/java/android/telephony/mbms/
DStreamingService.java155 public StreamingServiceInfo getInfo() { in getInfo() method in StreamingService
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java166 RemoteDisplayInfo getInfo() { in getInfo() method in RemoteDisplay
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java414 private BugreportInfo getInfo(int id) { in getInfo() method in BugreportProgressService
586 final BugreportInfo info = getInfo(id); in cancel()
601 final BugreportInfo info = getInfo(id); in launchBugreportInfoDialog()
635 if (getInfo(id) == null) { in takeScreenshot()
672 final BugreportInfo info = getInfo(id); in takeScreenshot()
713 final BugreportInfo info = getInfo(resultMsg.arg1); in handleScreenshotResponse()
795 BugreportInfo info = getInfo(id); in onBugreportFinished()
941 BugreportInfo info = getInfo(id); in shareBugreport()
1339 final BugreportInfo info = getInfo(id); in updateBugreportInfo()
/frameworks/base/core/jni/android/graphics/
DImageDecoder.cpp116 const auto& info = decoder->mCodec->getInfo(); in native_create()
212 SkImageInfo decodeInfo = codec->getInfo().makeWH(decodeSize.width(), decodeSize.height()); in ImageDecoder_nDecodeBitmap()
500 auto colorType = codec->computeOutputColorType(codec->getInfo().colorType()); in ImageDecoder_nGetColorSpace()
DBitmapFactory.cpp275 if (needsFineScale(codec->getInfo().dimensions(), size, sampleSize)) { in doDecode()
277 scaledWidth = codec->getInfo().width() / sampleSize; in doDecode()
278 scaledHeight = codec->getInfo().height() / sampleSize; in doDecode()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h99 const GNUInfo& getInfo() const { return *m_pInfo; } in getInfo() function
100 GNUInfo& getInfo() { return *m_pInfo; } in getInfo() function
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h116 size_t getInfo() const { return m_Info; } in getInfo() function
/frameworks/base/media/java/android/media/midi/
DMidiDevice.java132 public MidiDeviceInfo getInfo() { in getInfo() method in MidiDevice
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp93 ASSERT_EQ(0u, (*iter)->getInfo()); in TEST_F()

1234