Searched refs:getLong (Results 26 - 50 of 186) sorted by last modified time

12345678

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java1346 long delayInMillis = SystemProperties.getLong(
1393 long delayInMillis = SystemProperties.getLong(
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java341 long l = c.getLong(columnIndex);
425 long partId = c.getLong(PART_COLUMN_ID);
567 threadId = c.getLong(PDU_COLUMN_THREAD_ID);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerDialog.java64 timeMillis = b.getLong(BUNDLE_START_TIME_MILLIS);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java468 final String vcard = createOneEntryInternal(mCursor.getLong(mIdColumn),
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java171 public long getLong(int columnIndex) {
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java1910 return cursor.getLong(0);
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java241 long deliveryTime = cursor.getLong(cursor.getColumnIndexOrThrow(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java2711 long delayInMillis = SystemProperties.getLong(
2770 long delayInMillis = SystemProperties.getLong(
H A DInboundSmsTracker.java167 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
173 long rowId = cursor.getLong(InboundSmsHandler.ID_COLUMN);
H A DRetryManager.java334 mInterApnDelay = b.getLong(
337 mFailFastInterApnDelay = b.getLong(
H A DWapPushOverSms.java551 return cursor.getLong(0);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DFrameworkFacade.java66 return Settings.Global.getLong(context.getContentResolver(), name, def);
H A DWifiStateMachine.java2473 Long request = bundle.getLong(SCAN_REQUEST_TIME, 0);
6330 ((Bundle) message.obj).getLong("BSSID"),
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java837 public static long getLong(OMANode node, String key, Long dflt) throws OMAException { method in class:PasspointManagementObjectManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DPolicy.java99 .getLong(instance, TAG_IPProtocol, null);
116 mMaxBSSLoad = (int) PasspointManagementObjectManager.getLong(node,
161 mPriority = (int) PasspointManagementObjectManager.getLong(node, TAG_Priority, null);
183 mDL = PasspointManagementObjectManager.getLong(node, TAG_DLBandwidth, Long.MAX_VALUE);
184 mUL = PasspointManagementObjectManager.getLong(node, TAG_ULBandwidth, Long.MAX_VALUE);
H A DSubscriptionParameters.java56 .getLong(node, TAG_DataLimit, Long.MAX_VALUE);
60 .getLong(node, TAG_TimeLimit, Long.MAX_VALUE)
63 .getLong(node, TAG_UsageTimePeriod, null);
H A DUpdateInfo.java36 mInterval = PasspointManagementObjectManager.getLong(policyUpdate, TAG_UpdateInterval, null)
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DHalMockUtils.java55 long currentWifiHalHandle = field.getLong(null);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java271 dtstart = cursor.getLong(dtstartColumn);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java179 this.contactId = cursor.getLong(Queries.Query.CONTACT_ID);
181 this.dataId = cursor.getLong(Queries.Query.DATA_ID);
716 final long id = directoryCursor.getLong(DirectoryListQuery.ID);
H A DRecipientAlternatesAdapter.java261 c.getLong(Queries.Query.CONTACT_ID),
263 c.getLong(Queries.Query.DATA_ID),
281 + " CONTACT ID : " + c.getLong(Queries.Query.CONTACT_ID)
511 original.getLong(Query.CONTACT_ID),
512 original.getLong(Query.DATA_ID),
565 c.getLong(Queries.Query.DATA_ID);
579 c.getLong(Queries.Query.CONTACT_ID),
581 c.getLong(Queries.Query.DATA_ID),
594 if (cursor.getLong(Queries.Query.DATA_ID) == mCurrentId) {
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java107 assertEquals(contactId, c.getLong(4));
108 assertEquals(dataId, c.getLong(5));
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java183 return (prefs.getLong(KEY_TIME_STAMP, NO_VALUE) != getTimeStamp(archive))
184 || (prefs.getLong(KEY_CRC, NO_VALUE) != currentCrc);
/frameworks/native/include/binder/
H A DPersistableBundle.h72 bool getLong(const String16& key, int64_t* out) const;
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp229 bool PersistableBundle::getLong(const String16& key, int64_t* out) const { function in class:android::os::PersistableBundle

Completed in 620 milliseconds

12345678