Home
last modified time | relevance | path

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

123

/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.java713 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Token
749 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Html
794 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.MusicTrack
795 List<String> info = super.getInfo(); in getInfo()
814 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Link
815 List<String> info = super.getInfo(); in getInfo()
851 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Video
852 List<String> info = super.getInfo(); in getInfo()
910 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.YouTubeVideo
911 List<String> info = super.getInfo(); in getInfo()
[all …]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java233 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuit()
237 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuit()
335 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuitNow()
339 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuitNow()
429 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuitNowAfterStart()
433 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuitNowAfterStart()
570 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
574 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
578 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
592 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
[all …]
/frameworks/av/media/libstagefright/flac/dec/test/
DFlacDecoderTest.cpp69 void getInfo(string infoFileName, vector<FrameInfo> &Info) { in getInfo() function
204 getInfo(infoFileName, Info); in TEST_P()
233 getInfo(infoFileName, Info); in TEST_P()
/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/base/telecomm/java/android/telecom/Logging/
DSession.java68 public static Info getInfo (Session s) { in getInfo() method in Session.Info
205 public Info getInfo() { in getInfo() method in Session
206 return Info.getInfo(this); in getInfo()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java24 HdmiDeviceInfo getInfo() { in getInfo() method in HdmiMhlLocalDeviceStub
/frameworks/native/include/input/
DInputApplication.h52 inline const InputApplicationInfo* getInfo() const { in getInfo() function
DInputWindow.h201 inline const InputWindowInfo* getInfo() const { in getInfo() function
/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/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp497 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in findTouchedWindowAtLocked()
540 const InputWindowInfo* windowInfo = portalWindow->getInfo(); in findTouchedGestureMonitorsLocked()
946 const InputWindowInfo* windowInfo = state.portalWindows[i]->getInfo(); in dispatchMotionLocked()
1330 newTouchedWindowHandle->getInfo()->supportsSplitTouch()) { in findTouchedWindowTargetsLocked()
1419 if (newTouchedWindowHandle->getInfo()->supportsSplitTouch()) { in findTouchedWindowTargetsLocked()
1500 const int32_t foregroundWindowUid = foregroundWindowHandle->getInfo()->ownerUid; in findTouchedWindowTargetsLocked()
1504 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) { in findTouchedWindowTargetsLocked()
1539 if (foregroundWindowHandle && foregroundWindowHandle->getInfo()->hasWallpaper) { in findTouchedWindowTargetsLocked()
1543 const InputWindowInfo* info = windowHandle->getInfo(); in findTouchedWindowTargetsLocked()
1545 windowHandle->getInfo()->layoutParamsType == InputWindowInfo::TYPE_WALLPAPER) { in findTouchedWindowTargetsLocked()
[all …]
DTouchState.cpp149 !(window.windowHandle->getInfo()->layoutParamsFlags & in isSlippery()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/
DMpeg4H263DecoderTest.cpp296 void getInfo(string infoFileName, vector<FrameInfo> &Info) { in getInfo() function
324 ASSERT_NO_FATAL_FAILURE(getInfo(infoFileName, Info)); in TEST_P()
353 ASSERT_NO_FATAL_FAILURE(getInfo(infoFileName, Info)); in TEST_P()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiUtils.java35 final WifiInfo info = accessPoint.getInfo(); in buildLoggingSummary()
85 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.java170 RemoteDisplayInfo getInfo() { in getInfo() method in RemoteDisplay
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java424 private BugreportInfo getInfo(int id) { in getInfo() method in BugreportProgressService
596 final BugreportInfo info = getInfo(id); in cancel()
611 final BugreportInfo info = getInfo(id); in launchBugreportInfoDialog()
645 if (getInfo(id) == null) { in takeScreenshot()
682 final BugreportInfo info = getInfo(id); in takeScreenshot()
723 final BugreportInfo info = getInfo(resultMsg.arg1); in handleScreenshotResponse()
817 BugreportInfo info = getInfo(id); in onBugreportFinished()
958 BugreportInfo info = getInfo(id); in shareBugreport()
1357 final BugreportInfo info = getInfo(id); in updateBugreportInfo()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/clock/
DClockManager.java191 return mPreviewClocks.getInfo(); in getClockInfos()
312 List<ClockInfo> getInfo() { in getInfo() method in ClockManager.AvailableClocks
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp277 if (needsFineScale(codec->getInfo().dimensions(), size, sampleSize)) { in doDecode()
279 scaledWidth = codec->getInfo().width() / sampleSize; in doDecode()
280 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.java120 public MidiDeviceInfo getInfo() { in getInfo() method in MidiDevice

123