This file is indexed.

/usr/share/maliit/plugins/languages/phonenumber.xml is in maliit-keyboard-data 0.99.0+git20130524+73edacd-0ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE keyboard SYSTEM "VirtualKeyboardLayout.dtd">

<keyboard catalog="phonenumber" title="Phone Number" version="1.0">
  <layout orientation="landscape" type="phonenumber">
    <section id="main" movable="false">
      <row height="x-large">
        <key>
          <binding label="1" />
        </key>
        <key>
          <binding label="2" secondary_label="abc" />
        </key>
        <key>
          <binding label="3" secondary_label="def" />
        </key>
        <key>
          <binding label="4" secondary_label="ghi" />
        </key>
        <key>
          <binding label="5" secondary_label="jkl" />
        </key>
        <key>
          <binding label="6" secondary_label="mno" />
        </key>
        <key>
          <binding label="7" secondary_label="pqrs" />
        </key>
        <key>
          <binding label="8" secondary_label="tuv" />
        </key>
        <key>
          <binding label="9" secondary_label="wxyz" />
        </key>
        <key>
          <binding label="0" />
        </key>
      </row>
      <row>
        <spacer />
        <key width="large">
          <binding action="cycle" cycleset="*+p" label="*+" />
        </key>
        <key width="large">
          <binding label="#" />
        </key>
        <key style="special" width="large">
          <binding action="backspace" label="" />
        </key>
        <key id="actionKey" style="special" width="large">
          <binding action="return" />
        </key>
      </row>
    </section>
  </layout>
  <layout orientation="portrait" type="phonenumber">
    <section id="main" movable="false">
      <row>
        <key>
          <binding label="1" />
        </key>
        <key>
          <binding label="2" secondary_label="abc" />
        </key>
        <key>
          <binding label="3" secondary_label="def" />
        </key>
      </row>
      <row>
        <key>
          <binding label="4" secondary_label="ghi" />
        </key>
        <key>
          <binding label="5" secondary_label="jkl" />
        </key>
        <key>
          <binding label="6" secondary_label="mno" />
        </key>
      </row>
      <row>
        <key>
          <binding label="7" secondary_label="pqrs" />
        </key>
        <key>
          <binding label="8" secondary_label="tuv" />
        </key>
        <key>
          <binding label="9" secondary_label="wxyz" />
        </key>
      </row>
      <row>
        <key>
          <binding action="cycle" cycleset="*+p" label="*+" />
        </key>
        <key>
          <binding label="0" />
        </key>
        <key>
          <binding label="#" />
        </key>
      </row>
      <row>
        <key style="special" width="large">
          <binding action="backspace" label="" />
        </key>
        <spacer />
        <key id="actionKey" style="special">
          <binding action="return" />
        </key>
      </row>
    </section>
  </layout>
</keyboard>