Searched refs:available (Results 1 - 25 of 64) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequestCaller.java20 public void available(RenderingRequest request); method in interface:RenderingRequestCaller
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DBitmapCaller.java22 public void available(Bitmap bmap); method in interface:BitmapCaller
H A DParameterIconStyle.java31 caller.available(mBitmaps[index]);
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DPlaybackBufferListener.java32 * @param available whether the buffer is available or not
34 void onBufferStateChanged(boolean available); argument
/packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
H A DTemperatureController.java70 final boolean available = value.getStatus() == CarPropertyValue.STATUS_AVAILABLE;
71 mPassengerTempBarExpanded.setAvailable(available);
72 mPassengerTempBarCollapsed.setAvailable(available);
73 if (available) {
82 final boolean available = value.getStatus() == CarPropertyValue.STATUS_AVAILABLE;
83 mDriverTempBarExpanded.setAvailable(available);
84 mDriverTempBarExpanded.setAvailable(available);
85 if (available) {
/packages/apps/Settings/src/com/android/settings/enterprise/
H A DEnterpriseInstalledPackagesPreferenceController.java44 final boolean available;
46 available = false;
48 available = true;
54 preference.setVisible(available);
/packages/apps/TV/tests/tunerscripts/
H A Dmeasure-tuning-time.awk8 # Collect tuning time with "Video available in <time> ms" message
9 /Video available in/ {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DProxyInputStream.java89 * Invokes the delegate's <code>available()</code> method.
90 * @return the number of available bytes
93 public int available() throws IOException { method in class:ProxyInputStream
94 return in.available();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DPartialInputStream.java35 public int available() throws IOException { method in class:PartialInputStream
36 return Math.min(super.available(), getBytesLeft());
H A DPositionInputStream.java40 public int available() throws IOException { method in class:PositionInputStream
41 return inputStream.available();
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DGridOccupancy.java35 boolean available = !cells[x][y];
39 available = available && !cells[i][j];
40 if (!available) break out;
43 if (available) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DCloseShieldInputStream.java56 * @see java.io.InputStream#available()
58 public int available() throws IOException { method in class:CloseShieldInputStream
60 return is.available();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleCharStream.java28 int available; field in class:SimpleCharStream
97 available = bufsize;
103 if (maxNextCharInd == available)
105 if (available == bufsize)
110 available = tokenBegin;
117 else if (available > tokenBegin)
118 available = bufsize;
119 else if ((tokenBegin - available) < 2048)
122 available = tokenBegin;
128 available
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DSimpleCharStream.java28 int available; field in class:SimpleCharStream
97 available = bufsize;
103 if (maxNextCharInd == available)
105 if (available == bufsize)
110 available = tokenBegin;
117 else if (available > tokenBegin)
118 available = bufsize;
119 else if ((tokenBegin - available) < 2048)
122 available = tokenBegin;
128 available
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DSimpleCharStream.java28 int available; field in class:SimpleCharStream
97 available = bufsize;
103 if (maxNextCharInd == available)
105 if (available == bufsize)
110 available = tokenBegin;
117 else if (available > tokenBegin)
118 available = bufsize;
119 else if ((tokenBegin - available) < 2048)
122 available = tokenBegin;
128 available
[all...]
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DFixedLengthInputStream.java37 public int available() throws IOException { method in class:FixedLengthInputStream
/packages/apps/Email/provider_src/com/android/email/
H A DFixedLengthInputStream.java38 public int available() throws IOException { method in class:FixedLengthInputStream
/packages/apps/Settings/src/com/android/settings/
H A DTetherSettings.java197 ArrayList<String> available = intent.getStringArrayListExtra(
203 updateState(available.toArray(new String[available.size()]),
291 String[] available = mCm.getTetherableIfaces();
294 updateState(available, tethered, errored);
297 private void updateState(String[] available, String[] tethered, argument
299 updateUsbState(available, tethered, errored);
303 private void updateUsbState(String[] available, String[] tethered, argument
307 for (String s : available) {
/packages/apps/Car/Hvac/src/com/android/car/hvac/
H A DDataStore.java84 public void setTemperature(int zone, float temperature, boolean available) { argument
89 mTemperatureAvailable.put(zone, available);
95 public boolean shouldPropagateTempUpdate(int zone, float temperature, boolean available) { argument
99 if (available == mTemperatureAvailable.get(zone)) {
104 setTemperature(zone, temperature, available);
/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarDiagnosticManagerTest.java419 assertTrue(commonIgnitionMonitors.components.available);
421 assertTrue(commonIgnitionMonitors.fuelSystem.available);
423 assertFalse(commonIgnitionMonitors.misfire.available);
431 assertTrue(sparkIgnitionMonitors.EGR.available);
433 assertFalse(sparkIgnitionMonitors.oxygenSensorHeater.available);
435 assertTrue(sparkIgnitionMonitors.oxygenSensor.available);
437 assertFalse(sparkIgnitionMonitors.ACRefrigerant.available);
439 assertFalse(sparkIgnitionMonitors.secondaryAirSystem.available);
441 assertFalse(sparkIgnitionMonitors.evaporativeSystem.available);
443 assertFalse(sparkIgnitionMonitors.heatedCatalyst.available);
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DManageCacheDrawer.java73 boolean available = isLocal(entry.sourceType) || chooseToCache;
77 if (!available) {
82 if (!available) canvas.restore();
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
H A DAmbientDisplayPreferenceControllerTest.java60 when(mConfig.available()).thenReturn(true);
66 when(mConfig.available()).thenReturn(false);
/packages/apps/Settings/src/com/android/settings/display/
H A DAmbientDisplayPreferenceController.java44 return mConfig.available();
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java240 while (keepParsing && (pduDataStream.available() > 0)) {
844 int startPos = pduDataStream.available();
872 int endPos = pduDataStream.available();
1360 int startPos = pduDataStream.available();
1405 tempPos = pduDataStream.available();
1429 tempPos = pduDataStream.available();
1473 tempPos = pduDataStream.available();
1492 tempPos = pduDataStream.available();
1540 int startPos = pduDataStream.available();
1563 int endPos = pduDataStream.available();
[all...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduParser.java265 while (keepParsing && (pduDataStream.available() > 0)) {
878 int startPos = pduDataStream.available();
906 int endPos = pduDataStream.available();
1397 int startPos = pduDataStream.available();
1442 tempPos = pduDataStream.available();
1466 tempPos = pduDataStream.available();
1510 tempPos = pduDataStream.available();
1529 tempPos = pduDataStream.available();
1577 int startPos = pduDataStream.available();
1600 int endPos = pduDataStream.available();
[all...]

Completed in 436 milliseconds

123