OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BusinessContextInfo
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallContactInteractions.java
107
BusinessContextInfo
hoursInfo = constructHoursInfo(openingHours);
115
BusinessContextInfo
locationInfo = constructLocationInfo(address, distance);
123
* Construct a
BusinessContextInfo
object containing hours of operation information.
129
* @return
BusinessContextInfo
object with the schedule icon, the heading set to whether the
132
private
BusinessContextInfo
constructHoursInfo(List<Pair<Calendar, Calendar>> openingHours) {
146
BusinessContextInfo
constructHoursInfo(Calendar currentTime,
152
BusinessContextInfo
hoursInfo = new
BusinessContextInfo
();
256
* Construct a
BusinessContextInfo
object with the location information of the business.
263
* @return A
BusinessContextInfo
object with the location icon, the heading as the distance t
[
all
...]
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
InCallContactInteractionsTest.java
23
import com.android.incallui.InCallContactInteractions.
BusinessContextInfo
;
236
BusinessContextInfo
info =
246
BusinessContextInfo
info =
258
BusinessContextInfo
info =
268
BusinessContextInfo
info =
277
BusinessContextInfo
info =
Completed in 134 milliseconds